Color Hex Logo

#c08caa Color Hex

#C08CAA
(192,140,170)
0 Favorites   0 Comments

Color spaces of #c08caa

RGB 192140170
HSL0.900.290.65
HSV325°27°75°
CMYK 0.000.270.11   0.25
XYZ38.372032.864942.3513
Yxy32.86490.33780.2893
Hunter Lab57.327919.1537-3.6713
CIE-Lab64.051424.4915-7.9735

#c08caa color RGB value is (192,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001100 10101010
Octal 300 214 252
Decimal 192 140 170
Hex C0 8C AA

RGB Percentages of Color #c08caa

%38.25
%27.89
%33.86

CMYK Percentages of Color #c08caa

%0
%27
%11
%25

Triadic Colors of #c08caa

#c08caa #aac08c #8caac0

Analogous Colors of #c08caa

#c08caa #c08c90 #bc8cc0

Monochromatic Colors of #c08caa

#c08caa

Complementary Color

#c08caa #8cc0a2

#c08caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08caa Color CSS Codes

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

#c08caa Text Font Color

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

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


#c08caa Background Color

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

This div background color is #c08caa


#c08caa Border Color

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

This div border color is #c08caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08caa


Comments

No comments written yet.

Please login to write comment.