Color Hex Logo

#c8139f Color Hex

#C8139F
(200,19,159)
0 Favorites   0 Comments

Color spaces of #c8139f

RGB 20019159
HSL0.870.830.43
HSV314°91°78°
CMYK 0.000.910.21   0.22
XYZ30.310315.248334.1466
Yxy15.24830.38030.1913
Hunter Lab39.049170.2177-24.5120
CIE-Lab45.972474.4797-29.0321

#c8139f color RGB value is (200,19,159).

#c8139f hex color red value is 200, green value is 19 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c8139f hue: 0.87 , saturation: 0.83 and the lightness value of c8139f is 0.43.

The process color (four color CMYK) of #c8139f color hex is 0.00, 0.91, 0.21, 0.22. Web safe color of #c8139f is #cc0099. Color #c8139f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 10011111
Octal 310 23 237
Decimal 200 19 159
Hex C8 13 9F

RGB Percentages of Color #c8139f

%52.91
%5.03
%42.06

CMYK Percentages of Color #c8139f

%0
%91
%21
%22

Triadic Colors of #c8139f

#c8139f #9fc813 #139fc8

Analogous Colors of #c8139f

#c8139f #c81344 #9713c8

Monochromatic Colors of #c8139f

#c8139f

Complementary Color

#c8139f #13c83c

#c8139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8139f Color CSS Codes

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

#c8139f Text Font Color

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

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


#c8139f Background Color

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

This div background color is #c8139f


#c8139f Border Color

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

This div border color is #c8139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8139f


Comments

No comments written yet.

Please login to write comment.