Color Hex Logo

#c08eaf Color Hex

#C08EAF
(192,142,175)
0 Favorites   0 Comments

Color spaces of #c08eaf

RGB 192142175
HSL0.890.280.65
HSV320°26°75°
CMYK 0.000.260.09   0.25
XYZ39.149133.647644.9887
Yxy33.64760.33240.2857
Hunter Lab58.006618.9597-5.3795
CIE-Lab64.681924.2517-9.8561

#c08eaf color RGB value is (192,142,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001110 10101111
Octal 300 216 257
Decimal 192 142 175
Hex C0 8E AF

RGB Percentages of Color #c08eaf

%37.72
%27.90
%34.38

CMYK Percentages of Color #c08eaf

%0
%26
%9
%25

Triadic Colors of #c08eaf

#c08eaf #afc08e #8eafc0

Analogous Colors of #c08eaf

#c08eaf #c08e96 #b88ec0

Monochromatic Colors of #c08eaf

#c08eaf

Complementary Color

#c08eaf #8ec09f

#c08eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08eaf Color CSS Codes

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

#c08eaf Text Font Color

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

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


#c08eaf Background Color

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

This div background color is #c08eaf


#c08eaf Border Color

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

This div border color is #c08eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08eaf


Comments

No comments written yet.

Please login to write comment.