Color Hex Logo

#c09fcb Color Hex

#C09FCB
(192,159,203)
0 Favorites   0 Comments

Color spaces of #c09fcb

RGB 192159203
HSL0.790.300.71
HSV285°22°80°
CMYK 0.050.220.00   0.20
XYZ44.915940.314561.9141
Yxy40.31450.30530.2740
Hunter Lab63.493715.1582-13.3694
CIE-Lab69.692920.0888-17.9474

#c09fcb color RGB value is (192,159,203).

#c09fcb hex color red value is 192, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c09fcb hue: 0.79 , saturation: 0.30 and the lightness value of c09fcb is 0.71.

The process color (four color CMYK) of #c09fcb color hex is 0.05, 0.22, 0.00, 0.20. Web safe color of #c09fcb is #cc99cc. Color #c09fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 11001011
Octal 300 237 313
Decimal 192 159 203
Hex C0 9F CB

RGB Percentages of Color #c09fcb

%34.66
%28.70
%36.64

CMYK Percentages of Color #c09fcb

%5
%22
%0
%20

Triadic Colors of #c09fcb

#c09fcb #cbc09f #9fcbc0

Analogous Colors of #c09fcb

#c09fcb #cb9fc0 #aa9fcb

Monochromatic Colors of #c09fcb

#c09fcb

Complementary Color

#c09fcb #aacb9f

#c09fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09fcb Color CSS Codes

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

#c09fcb Text Font Color

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

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


#c09fcb Background Color

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

This div background color is #c09fcb


#c09fcb Border Color

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

This div border color is #c09fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09fcb


Comments

No comments written yet.

Please login to write comment.