Color Hex Logo

#c08cbc Color Hex

#C08CBC
(192,140,188)
0 Favorites   0 Comments

Color spaces of #c08cbc

RGB 192140188
HSL0.850.290.65
HSV305°27°75°
CMYK 0.000.270.02   0.25
XYZ40.193433.593551.9427
Yxy33.59350.31970.2672
Hunter Lab57.959922.3544-12.5628
CIE-Lab64.638627.7171-17.2412

#c08cbc color RGB value is (192,140,188).

#c08cbc hex color red value is 192, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c08cbc hue: 0.85 , saturation: 0.29 and the lightness value of c08cbc is 0.65.

The process color (four color CMYK) of #c08cbc color hex is 0.00, 0.27, 0.02, 0.25. Web safe color of #c08cbc is #cc99cc. Color #c08cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 10111100
Octal 300 214 274
Decimal 192 140 188
Hex C0 8C BC

RGB Percentages of Color #c08cbc

%36.92
%26.92
%36.15

CMYK Percentages of Color #c08cbc

%0
%27
%2
%25

Triadic Colors of #c08cbc

#c08cbc #bcc08c #8cbcc0

Analogous Colors of #c08cbc

#c08cbc #c08ca2 #aa8cc0

Monochromatic Colors of #c08cbc

#c08cbc

Complementary Color

#c08cbc #8cc090

#c08cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08cbc Color CSS Codes

.mybgcolor {background-color:#c08cbc; } 
.myforecolor {color:#c08cbc; }
.mybordercolor {border:3px solid #c08cbc; }

#c08cbc Text Font Color

<p style="color:#c08cbc">Text here</p>

This sample text font color is #c08cbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c08cbc Background Color

<div style="background-color:#c08cbc">
Div content here</div>

This div background color is #c08cbc


#c08cbc Border Color

<div style="border:3px solid #c08cbc">
Div here</div>

This div border color is #c08cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,140,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c08cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c08cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #c08cbc;
  box-shadow:         1px 1px 3px 2px #c08cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,140,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c08cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c08cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #c08cbc;
  box-shadow:         1px 1px 3px 2px #c08cbc;">
Div content here</div>

This div box has shadow with color #c08cbc


Comments

No comments written yet.

Please login to write comment.