Color Hex Logo

#c8138a Color Hex

#C8138A
(200,19,138)
0 Favorites   0 Comments

Color spaces of #c8138a

RGB 20019138
HSL0.890.830.43
HSV321°91°78°
CMYK 0.000.910.31   0.22
XYZ28.639714.580125.3495
Yxy14.58010.41770.2126
Hunter Lab38.183967.0615-12.6327
CIE-Lab45.053672.0450-17.7714

#c8138a color RGB value is (200,19,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 10001010
Octal 310 23 212
Decimal 200 19 138
Hex C8 13 8A

RGB Percentages of Color #c8138a

%56.02
%5.32
%38.66

CMYK Percentages of Color #c8138a

%0
%91
%31
%22

Triadic Colors of #c8138a

#c8138a #8ac813 #138ac8

Analogous Colors of #c8138a

#c8138a #c8132f #ac13c8

Monochromatic Colors of #c8138a

#c8138a

Complementary Color

#c8138a #13c851

#c8138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8138a Color CSS Codes

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

#c8138a Text Font Color

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

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


#c8138a Background Color

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

This div background color is #c8138a


#c8138a Border Color

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

This div border color is #c8138a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,19,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8138a


Comments

No comments written yet.

Please login to write comment.