Color Hex Logo

#c08fa9 Color Hex

#C08FA9
(192,143,169)
0 Favorites   0 Comments

Color spaces of #c08fa9

RGB 192143169
HSL0.910.280.66
HSV328°26°75°
CMYK 0.000.260.12   0.25
XYZ38.722133.716042.0031
Yxy33.71600.33840.2946
Hunter Lab58.065517.4216-2.2431
CIE-Lab64.736522.6587-6.3910

#c08fa9 color RGB value is (192,143,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 10101001
Octal 300 217 251
Decimal 192 143 169
Hex C0 8F A9

RGB Percentages of Color #c08fa9

%38.10
%28.37
%33.53

CMYK Percentages of Color #c08fa9

%0
%26
%12
%25

Triadic Colors of #c08fa9

#c08fa9 #a9c08f #8fa9c0

Analogous Colors of #c08fa9

#c08fa9 #c08f91 #bf8fc0

Monochromatic Colors of #c08fa9

#c08fa9

Complementary Color

#c08fa9 #8fc0a6

#c08fa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fa9 Color CSS Codes

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

#c08fa9 Text Font Color

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

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


#c08fa9 Background Color

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

This div background color is #c08fa9


#c08fa9 Border Color

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

This div border color is #c08fa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fa9


Comments

No comments written yet.

Please login to write comment.