Color Hex Logo

#c71472 Color Hex

#C71472
(199,20,114)
0 Favorites   0 Comments

Color spaces of #c71472

RGB 19920114
HSL0.910.820.43
HSV328°90°78°
CMYK 0.000.900.43   0.22
XYZ26.840613.857317.1797
Yxy13.85730.46370.2394
Hunter Lab37.225463.5593-1.3048
CIE-Lab44.027669.2962-4.5767

#c71472 color RGB value is (199,20,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 01110010
Octal 307 24 162
Decimal 199 20 114
Hex C7 14 72

RGB Percentages of Color #c71472

%59.76
%6.01
%34.23

CMYK Percentages of Color #c71472

%0
%90
%43
%22

Triadic Colors of #c71472

#c71472 #72c714 #1472c7

Analogous Colors of #c71472

#c71472 #c71418 #c314c7

Monochromatic Colors of #c71472

#c71472

Complementary Color

#c71472 #14c769

#c71472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71472 Color CSS Codes

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

#c71472 Text Font Color

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

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


#c71472 Background Color

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

This div background color is #c71472


#c71472 Border Color

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

This div border color is #c71472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71472


Comments

No comments written yet.

Please login to write comment.