Color Hex Logo

#c91493 Color Hex

#C91493
(201,20,147)
0 Favorites   0 Comments

Color spaces of #c91493

RGB 20120147
HSL0.880.820.43
HSV318°90°79°
CMYK 0.000.900.27   0.21
XYZ29.604015.024428.9435
Yxy15.02440.40240.2042
Hunter Lab38.761368.4973-17.1396
CIE-Lab45.667673.1193-22.2724

#c91493 color RGB value is (201,20,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 10010011
Octal 311 24 223
Decimal 201 20 147
Hex C9 14 93

RGB Percentages of Color #c91493

%54.62
%5.43
%39.95

CMYK Percentages of Color #c91493

%0
%90
%27
%21

Triadic Colors of #c91493

#c91493 #93c914 #1493c9

Analogous Colors of #c91493

#c91493 #c91438 #a514c9

Monochromatic Colors of #c91493

#c91493

Complementary Color

#c91493 #14c94a

#c91493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91493 Color CSS Codes

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

#c91493 Text Font Color

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

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


#c91493 Background Color

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

This div background color is #c91493


#c91493 Border Color

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

This div border color is #c91493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91493


Comments

No comments written yet.

Please login to write comment.