Color Hex Logo

#c09ecc Color Hex

#C09ECC
(192,158,204)
0 Favorites   0 Comments

Color spaces of #c09ecc

RGB 192158204
HSL0.790.310.71
HSV284°23°80°
CMYK 0.060.230.00   0.20
XYZ44.864240.019862.4867
Yxy40.01980.30440.2716
Hunter Lab63.261215.8833-14.2813
CIE-Lab69.483620.8415-18.8175

#c09ecc color RGB value is (192,158,204).

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

The process color (four color CMYK) of #c09ecc color hex is 0.06, 0.23, 0.00, 0.20. Web safe color of #c09ecc is #cc99cc. Color #c09ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 11001100
Octal 300 236 314
Decimal 192 158 204
Hex C0 9E CC

RGB Percentages of Color #c09ecc

%34.66
%28.52
%36.82

CMYK Percentages of Color #c09ecc

%6
%23
%0
%20

Triadic Colors of #c09ecc

#c09ecc #ccc09e #9eccc0

Analogous Colors of #c09ecc

#c09ecc #cc9ec1 #a99ecc

Monochromatic Colors of #c09ecc

#c09ecc

Complementary Color

#c09ecc #aacc9e

#c09ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ecc Color CSS Codes

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

#c09ecc Text Font Color

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

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


#c09ecc Background Color

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

This div background color is #c09ecc


#c09ecc Border Color

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

This div border color is #c09ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ecc

#c09ecc Color Palettes


Comments

No comments written yet.

Please login to write comment.