Color Hex Logo

#c91591 Color Hex

#C91591
(201,21,145)
0 Favorites   0 Comments

Color spaces of #c91591

RGB 20121145
HSL0.890.810.44
HSV319°90°79°
CMYK 0.000.900.28   0.21
XYZ29.466414.998228.1299
Yxy14.99820.40590.2066
Hunter Lab38.727568.0412-15.9563
CIE-Lab45.631772.7480-21.1178

#c91591 color RGB value is (201,21,145).

#c91591 hex color red value is 201, green value is 21 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c91591 hue: 0.89 , saturation: 0.81 and the lightness value of c91591 is 0.44.

The process color (four color CMYK) of #c91591 color hex is 0.00, 0.90, 0.28, 0.21. Web safe color of #c91591 is #cc0099. Color #c91591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 10010001
Octal 311 25 221
Decimal 201 21 145
Hex C9 15 91

RGB Percentages of Color #c91591

%54.77
%5.72
%39.51

CMYK Percentages of Color #c91591

%0
%90
%28
%21

Triadic Colors of #c91591

#c91591 #91c915 #1591c9

Analogous Colors of #c91591

#c91591 #c91537 #a715c9

Monochromatic Colors of #c91591

#c91591

Complementary Color

#c91591 #15c94d

#c91591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91591 Color CSS Codes

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

#c91591 Text Font Color

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

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


#c91591 Background Color

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

This div background color is #c91591


#c91591 Border Color

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

This div border color is #c91591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91591


Comments

No comments written yet.

Please login to write comment.