Color Hex Logo

#c93391 Color Hex

#C93391
(201,51,145)
0 Favorites   0 Comments

Color spaces of #c93391

RGB 20151145
HSL0.900.600.49
HSV322°75°79°
CMYK 0.000.750.28   0.21
XYZ30.382116.829528.4352
Yxy16.82950.40160.2225
Hunter Lab41.023860.4050-12.3796
CIE-Lab48.044565.8179-17.4171

#c93391 color RGB value is (201,51,145).

#c93391 hex color red value is 201, green value is 51 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c93391 hue: 0.90 , saturation: 0.60 and the lightness value of c93391 is 0.49.

The process color (four color CMYK) of #c93391 color hex is 0.00, 0.75, 0.28, 0.21. Web safe color of #c93391 is #cc3399. Color #c93391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 10010001
Octal 311 63 221
Decimal 201 51 145
Hex C9 33 91

RGB Percentages of Color #c93391

%50.63
%12.85
%36.52

CMYK Percentages of Color #c93391

%0
%75
%28
%21

Triadic Colors of #c93391

#c93391 #91c933 #3391c9

Analogous Colors of #c93391

#c93391 #c93346 #b633c9

Monochromatic Colors of #c93391

#c93391

Complementary Color

#c93391 #33c96b

#c93391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93391 Color CSS Codes

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

#c93391 Text Font Color

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

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


#c93391 Background Color

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

This div background color is #c93391


#c93391 Border Color

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

This div border color is #c93391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93391


Comments

No comments written yet.

Please login to write comment.