Color Hex Logo

#c09cee Color Hex

#C09CEE
(192,156,238)
0 Favorites   0 Comments

Color spaces of #c09cee

RGB 192156238
HSL0.740.710.77
HSV266°34°93°
CMYK 0.190.340.00   0.07
XYZ49.059341.156486.2472
Yxy41.15640.27800.2332
Hunter Lab64.153324.2344-34.8018
CIE-Lab70.285429.1603-36.2832

#c09cee color RGB value is (192,156,238).

#c09cee hex color red value is 192, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c09cee hue: 0.74 , saturation: 0.71 and the lightness value of c09cee is 0.77.

The process color (four color CMYK) of #c09cee color hex is 0.19, 0.34, 0.00, 0.07. Web safe color of #c09cee is #cc99ff. Color #c09cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011100 11101110
Octal 300 234 356
Decimal 192 156 238
Hex C0 9C EE

RGB Percentages of Color #c09cee

%32.76
%26.62
%40.61

CMYK Percentages of Color #c09cee

%19
%34
%0
%7

Triadic Colors of #c09cee

#c09cee #eec09c #9ceec0

Analogous Colors of #c09cee

#c09cee #e99cee #9ca1ee

Monochromatic Colors of #c09cee

#c09cee

Complementary Color

#c09cee #caee9c

#c09cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09cee Color CSS Codes

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

#c09cee Text Font Color

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

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


#c09cee Background Color

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

This div background color is #c09cee


#c09cee Border Color

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

This div border color is #c09cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09cee


Comments

No comments written yet.

Please login to write comment.