Color Hex Logo

#c09ecb Color Hex

#C09ECB
(192,158,203)
0 Favorites   0 Comments

Color spaces of #c09ecb

RGB 192158203
HSL0.790.300.71
HSV285°22°80°
CMYK 0.050.220.00   0.20
XYZ44.744639.972061.8570
Yxy39.97200.30530.2727
Hunter Lab63.223415.6874-13.7522
CIE-Lab69.449620.6421-18.3161

#c09ecb color RGB value is (192,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 11001011
Octal 300 236 313
Decimal 192 158 203
Hex C0 9E CB

RGB Percentages of Color #c09ecb

%34.72
%28.57
%36.71

CMYK Percentages of Color #c09ecb

%5
%22
%0
%20

Triadic Colors of #c09ecb

#c09ecb #cbc09e #9ecbc0

Analogous Colors of #c09ecb

#c09ecb #cb9ec0 #aa9ecb

Monochromatic Colors of #c09ecb

#c09ecb

Complementary Color

#c09ecb #a9cb9e

#c09ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ecb Color CSS Codes

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

#c09ecb Text Font Color

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

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


#c09ecb Background Color

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

This div background color is #c09ecb


#c09ecb Border Color

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

This div border color is #c09ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,158,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 #c09ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ecb


Comments

No comments written yet.

Please login to write comment.