Color Hex Logo

#c71584 Color Hex

#C71584
(199,21,132)
0 Favorites   0 Comments

Color spaces of #c71584

RGB 19921132
HSL0.900.810.43
HSV323°89°78°
CMYK 0.000.890.34   0.22
XYZ27.986214.344423.1235
Yxy14.34440.42760.2192
Hunter Lab37.874065.6193-9.6870
CIE-Lab44.722870.9016-14.6294

#c71584 color RGB value is (199,21,132).

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

The process color (four color CMYK) of #c71584 color hex is 0.00, 0.89, 0.34, 0.22. Web safe color of #c71584 is #cc0099. Color #c71584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010101 10000100
Octal 307 25 204
Decimal 199 21 132
Hex C7 15 84

RGB Percentages of Color #c71584

%56.53
%5.97
%37.50

CMYK Percentages of Color #c71584

%0
%89
%34
%22

Triadic Colors of #c71584

#c71584 #84c715 #1584c7

Analogous Colors of #c71584

#c71584 #c7152b #b115c7

Monochromatic Colors of #c71584

#c71584

Complementary Color

#c71584 #15c758

#c71584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71584 Color CSS Codes

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

#c71584 Text Font Color

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

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


#c71584 Background Color

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

This div background color is #c71584


#c71584 Border Color

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

This div border color is #c71584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71584


Comments

No comments written yet.

Please login to write comment.