Color Hex Logo

#c09eca Color Hex

#C09ECA
(192,158,202)
0 Favorites   0 Comments

Color spaces of #c09eca

RGB 192158202
HSL0.800.290.71
HSV286°22°79°
CMYK 0.050.220.00   0.21
XYZ44.625839.924561.2313
Yxy39.92450.30610.2739
Hunter Lab63.185815.4927-13.2259
CIE-Lab69.415720.4435-17.8140

#c09eca color RGB value is (192,158,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 11001010
Octal 300 236 312
Decimal 192 158 202
Hex C0 9E CA

RGB Percentages of Color #c09eca

%34.78
%28.62
%36.59

CMYK Percentages of Color #c09eca

%5
%22
%0
%21

Triadic Colors of #c09eca

#c09eca #cac09e #9ecac0

Analogous Colors of #c09eca

#c09eca #ca9ebe #aa9eca

Monochromatic Colors of #c09eca

#c09eca

Complementary Color

#c09eca #a8ca9e

#c09eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09eca Color CSS Codes

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

#c09eca Text Font Color

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

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


#c09eca Background Color

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

This div background color is #c09eca


#c09eca Border Color

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

This div border color is #c09eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09eca


Comments

No comments written yet.

Please login to write comment.