Color Hex Logo

#c09bc0 Color Hex

#C09BC0
(192,155,192)
0 Favorites   0 Comments

Color spaces of #c09bc0

RGB 192155192
HSL0.830.230.68
HSV300°19°75°
CMYK 0.000.190.00   0.25
XYZ42.974038.454955.0267
Yxy38.45490.31490.2818
Hunter Lab62.012015.1785-9.2029
CIE-Lab68.354620.1623-13.8680

#c09bc0 color RGB value is (192,155,192).

#c09bc0 hex color red value is 192, green value is 155 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #c09bc0 hue: 0.83 , saturation: 0.23 and the lightness value of c09bc0 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11000000
Octal 300 233 300
Decimal 192 155 192
Hex C0 9B C0

RGB Percentages of Color #c09bc0

%35.62
%28.76
%35.62

CMYK Percentages of Color #c09bc0

%0
%19
%0
%25

Triadic Colors of #c09bc0

#c09bc0 #c0c09b #9bc0c0

Analogous Colors of #c09bc0

#c09bc0 #c09bae #ae9bc0

Monochromatic Colors of #c09bc0

#c09bc0

Complementary Color

#c09bc0 #9bc09b

#c09bc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bc0 Color CSS Codes

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

#c09bc0 Text Font Color

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

This sample text font color is #c09bc0
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.


#c09bc0 Background Color

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

This div background color is #c09bc0


#c09bc0 Border Color

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

This div border color is #c09bc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bc0


Comments

No comments written yet.

Please login to write comment.