Color Hex Logo

#c08caf Color Hex

#C08CAF
(192,140,175)
0 Favorites   0 Comments

Color spaces of #c08caf

RGB 192140175
HSL0.890.290.65
HSV320°27°75°
CMYK 0.000.270.09   0.25
XYZ38.854233.057844.8904
Yxy33.05780.33260.2830
Hunter Lab57.495920.0077-6.0440
CIE-Lab64.207725.3592-10.5651

#c08caf color RGB value is (192,140,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 10101111
Octal 300 214 257
Decimal 192 140 175
Hex C0 8C AF

RGB Percentages of Color #c08caf

%37.87
%27.61
%34.52

CMYK Percentages of Color #c08caf

%0
%27
%9
%25

Triadic Colors of #c08caf

#c08caf #afc08c #8cafc0

Analogous Colors of #c08caf

#c08caf #c08c95 #b78cc0

Monochromatic Colors of #c08caf

#c08caf

Complementary Color

#c08caf #8cc09d

#c08caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08caf Color CSS Codes

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

#c08caf Text Font Color

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

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


#c08caf Background Color

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

This div background color is #c08caf


#c08caf Border Color

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

This div border color is #c08caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,140,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 #c08caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08caf


Comments

No comments written yet.

Please login to write comment.