color codes Logo

#c0819f color codes

#C0819F
(192,129,159)
0 Favorites   0 Comments

Color spaces of #c0819f

RGB 192129159
HSL0.920.330.63
HSV331°33°75°
CMYK 0.000.330.17   0.25
XYZ35.846529.410236.5883
Yxy29.41020.35200.2888
Hunter Lab54.231223.0829-2.0395
CIE-Lab61.142028.7401-6.0423

#c0819f color RGB value is (192,129,159).

#c0819f hex color red value is 192, green value is 129 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c0819f hue: 0.92 , saturation: 0.33 and the lightness value of c0819f is 0.63.

The process color (four color CMYK) of #c0819f color code is 0.00, 0.33, 0.17, 0.25. Web safe color of #c0819f is #cc9999. Color #c0819f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000001 10011111
Octal 300 201 237
Decimal 192 129 159
Hex C0 81 9F

RGB Percentages of Color #c0819f

%40.00
%26.88
%33.13

CMYK Percentages of Color #c0819f

%0
%33
%17
%25

Triadic Colors of #c0819f

#c0819f #9fc081 #819fc0

Analogous Colors of #c0819f

#c0819f #c08381 #c081bf

Monochromatic Colors of #c0819f

#c0819f

Complementary Color

#c0819f #81c0a2

#c0819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0819f Color CSS Codes

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

#c0819f Text Font Color

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

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


#c0819f Background Color

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

This div background color is #c0819f


#c0819f Border Color

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

This div border color is #c0819f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0819f


Comments

No comments written yet.

Please login to write comment.