Color Hex Logo

#c71481 Color Hex

#C71481
(199,20,129)
0 Favorites   0 Comments

Color spaces of #c71481

RGB 19920129
HSL0.900.820.43
HSV323°90°78°
CMYK 0.000.900.35   0.22
XYZ27.765814.227422.0516
Yxy14.22740.43350.2221
Hunter Lab37.719265.3884-8.2590
CIE-Lab44.557370.7396-13.0418

#c71481 color RGB value is (199,20,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010100 10000001
Octal 307 24 201
Decimal 199 20 129
Hex C7 14 81

RGB Percentages of Color #c71481

%57.18
%5.75
%37.07

CMYK Percentages of Color #c71481

%0
%90
%35
%22

Triadic Colors of #c71481

#c71481 #81c714 #1481c7

Analogous Colors of #c71481

#c71481 #c71428 #b414c7

Monochromatic Colors of #c71481

#c71481

Complementary Color

#c71481 #14c75a

#c71481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71481 Color CSS Codes

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

#c71481 Text Font Color

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

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


#c71481 Background Color

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

This div background color is #c71481


#c71481 Border Color

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

This div border color is #c71481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71481


Comments

No comments written yet.

Please login to write comment.