Color Hex Logo

#c0839f Color Hex

#C0839F
(192,131,159)
0 Favorites   0 Comments

Color spaces of #c0839f

RGB 192131159
HSL0.920.330.63
HSV332°32°75°
CMYK 0.000.320.17   0.25
XYZ36.112529.942336.6770
Yxy29.94230.35150.2915
Hunter Lab54.719622.0429-1.4368
CIE-Lab61.604427.6382-5.3572

#c0839f color RGB value is (192,131,159).

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

The process color (four color CMYK) of #c0839f color hex is 0.00, 0.32, 0.17, 0.25. Web safe color of #c0839f is #cc9999. Color #c0839f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000011 10011111
Octal 300 203 237
Decimal 192 131 159
Hex C0 83 9F

RGB Percentages of Color #c0839f

%39.83
%27.18
%32.99

CMYK Percentages of Color #c0839f

%0
%32
%17
%25

Triadic Colors of #c0839f

#c0839f #9fc083 #839fc0

Analogous Colors of #c0839f

#c0839f #c08683 #c083be

Monochromatic Colors of #c0839f

#c0839f

Complementary Color

#c0839f #83c0a4

#c0839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0839f Color CSS Codes

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

#c0839f Text Font Color

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

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


#c0839f Background Color

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

This div background color is #c0839f


#c0839f Border Color

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

This div border color is #c0839f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0839f


Comments

No comments written yet.

Please login to write comment.