Color Hex Logo

#c08faa Color Hex

#C08FAA
(192,143,170)
0 Favorites   0 Comments

Color spaces of #c08faa

RGB 192143170
HSL0.910.280.66
HSV327°26°75°
CMYK 0.000.260.11   0.25
XYZ38.816433.753742.4995
Yxy33.75370.33730.2933
Hunter Lab58.097917.5881-2.7030
CIE-Lab64.766622.8297-6.9104

#c08faa color RGB value is (192,143,170).

#c08faa hex color red value is 192, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c08faa hue: 0.91 , saturation: 0.28 and the lightness value of c08faa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 10101010
Octal 300 217 252
Decimal 192 143 170
Hex C0 8F AA

RGB Percentages of Color #c08faa

%38.02
%28.32
%33.66

CMYK Percentages of Color #c08faa

%0
%26
%11
%25

Triadic Colors of #c08faa

#c08faa #aac08f #8faac0

Analogous Colors of #c08faa

#c08faa #c08f92 #be8fc0

Monochromatic Colors of #c08faa

#c08faa

Complementary Color

#c08faa #8fc0a5

#c08faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08faa Color CSS Codes

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

#c08faa Text Font Color

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

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


#c08faa Background Color

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

This div background color is #c08faa


#c08faa Border Color

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

This div border color is #c08faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08faa


Comments

No comments written yet.

Please login to write comment.