Color Hex Logo

#c7139a Color Hex

#C7139A
(199,19,154)
0 Favorites   0 Comments

Color spaces of #c7139a

RGB 19919154
HSL0.880.830.43
HSV315°90°78°
CMYK 0.000.900.23   0.22
XYZ29.618814.941031.8947
Yxy14.94100.38740.1954
Hunter Lab38.653669.1341-21.8652
CIE-Lab45.553373.6685-26.6996

#c7139a color RGB value is (199,19,154).

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

The process color (four color CMYK) of #c7139a color hex is 0.00, 0.90, 0.23, 0.22. Web safe color of #c7139a is #cc0099. Color #c7139a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 10011010
Octal 307 23 232
Decimal 199 19 154
Hex C7 13 9A

RGB Percentages of Color #c7139a

%53.49
%5.11
%41.40

CMYK Percentages of Color #c7139a

%0
%90
%23
%22

Triadic Colors of #c7139a

#c7139a #9ac713 #139ac7

Analogous Colors of #c7139a

#c7139a #c71340 #9a13c7

Monochromatic Colors of #c7139a

#c7139a

Complementary Color

#c7139a #13c740

#c7139a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7139a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7139a Color CSS Codes

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

#c7139a Text Font Color

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

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


#c7139a Background Color

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

This div background color is #c7139a


#c7139a Border Color

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

This div border color is #c7139a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7139a


Comments

No comments written yet.

Please login to write comment.