Color Hex Logo

#c09ead Color Hex

#C09EAD
(192,158,173)
0 Favorites   0 Comments

Color spaces of #c09ead

RGB 192158173
HSL0.930.210.69
HSV334°18°75°
CMYK 0.000.180.10   0.25
XYZ41.507938.677344.8129
Yxy38.67730.33210.3094
Hunter Lab62.191110.30100.8113
CIE-Lab68.516915.0480-3.0498

#c09ead color RGB value is (192,158,173).

#c09ead hex color red value is 192, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c09ead hue: 0.93 , saturation: 0.21 and the lightness value of c09ead is 0.69.

The process color (four color CMYK) of #c09ead color hex is 0.00, 0.18, 0.10, 0.25. Web safe color of #c09ead is #cc9999. Color #c09ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 10101101
Octal 300 236 255
Decimal 192 158 173
Hex C0 9E AD

RGB Percentages of Color #c09ead

%36.71
%30.21
%33.08

CMYK Percentages of Color #c09ead

%0
%18
%10
%25

Triadic Colors of #c09ead

#c09ead #adc09e #9eadc0

Analogous Colors of #c09ead

#c09ead #c0a09e #c09ebe

Monochromatic Colors of #c09ead

#c09ead

Complementary Color

#c09ead #9ec0b1

#c09ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ead Color CSS Codes

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

#c09ead Text Font Color

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

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


#c09ead Background Color

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

This div background color is #c09ead


#c09ead Border Color

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

This div border color is #c09ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ead


Comments

No comments written yet.

Please login to write comment.