Color Hex Logo

#c08eab Color Hex

#C08EAB
(192,142,171)
0 Favorites   0 Comments

Color spaces of #c08eab

RGB 192142171
HSL0.900.280.65
HSV325°26°75°
CMYK 0.000.260.11   0.25
XYZ38.761933.492742.9498
Yxy33.49270.33650.2907
Hunter Lab57.872918.2776-3.4905
CIE-Lab64.557923.5556-7.7847

#c08eab color RGB value is (192,142,171).

#c08eab hex color red value is 192, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c08eab hue: 0.90 , saturation: 0.28 and the lightness value of c08eab is 0.65.

The process color (four color CMYK) of #c08eab color hex is 0.00, 0.26, 0.11, 0.25. Web safe color of #c08eab is #cc9999. Color #c08eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 10101011
Octal 300 216 253
Decimal 192 142 171
Hex C0 8E AB

RGB Percentages of Color #c08eab

%38.02
%28.12
%33.86

CMYK Percentages of Color #c08eab

%0
%26
%11
%25

Triadic Colors of #c08eab

#c08eab #abc08e #8eabc0

Analogous Colors of #c08eab

#c08eab #c08e92 #bc8ec0

Monochromatic Colors of #c08eab

#c08eab

Complementary Color

#c08eab #8ec0a3

#c08eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08eab Color CSS Codes

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

#c08eab Text Font Color

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

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


#c08eab Background Color

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

This div background color is #c08eab


#c08eab Border Color

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

This div border color is #c08eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08eab


Comments

No comments written yet.

Please login to write comment.