Color Hex Logo

#c70972 Color Hex

#C70972
(199,9,114)
0 Favorites   0 Comments

Color spaces of #c70972

RGB 1999114
HSL0.910.910.41
HSV327°95°78°
CMYK 0.000.950.43   0.22
XYZ26.688113.552417.1288
Yxy13.55240.46520.2362
Hunter Lab36.813664.9802-1.8172
CIE-Lab43.584170.5856-5.2345

#c70972 color RGB value is (199,9,114).

#c70972 hex color red value is 199, green value is 9 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c70972 hue: 0.91 , saturation: 0.91 and the lightness value of c70972 is 0.41.

The process color (four color CMYK) of #c70972 color hex is 0.00, 0.95, 0.43, 0.22. Web safe color of #c70972 is #cc0066. Color #c70972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001001 01110010
Octal 307 11 162
Decimal 199 9 114
Hex C7 9 72

RGB Percentages of Color #c70972

%61.80
%2.80
%35.40

CMYK Percentages of Color #c70972

%0
%95
%43
%22

Triadic Colors of #c70972

#c70972 #72c709 #0972c7

Analogous Colors of #c70972

#c70972 #c70913 #bd09c7

Monochromatic Colors of #c70972

#c70972

Complementary Color

#c70972 #09c75e

#c70972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70972 Color CSS Codes

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

#c70972 Text Font Color

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

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


#c70972 Background Color

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

This div background color is #c70972


#c70972 Border Color

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

This div border color is #c70972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70972


Comments

No comments written yet.

Please login to write comment.