Color Hex Logo

#c01391 Color Hex

#C01391
(192,19,145)
0 Favorites   0 Comments

Color spaces of #c01391

RGB 19219145
HSL0.880.820.41
HSV316°90°75°
CMYK 0.000.900.24   0.25
XYZ27.081913.716528.0082
Yxy13.71650.39360.1993
Hunter Lab37.035865.7130-18.9128
CIE-Lab43.823671.1556-24.0514

#c01391 color RGB value is (192,19,145).

#c01391 hex color red value is 192, green value is 19 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c01391 hue: 0.88 , saturation: 0.82 and the lightness value of c01391 is 0.41.

The process color (four color CMYK) of #c01391 color hex is 0.00, 0.90, 0.24, 0.25. Web safe color of #c01391 is #cc0099. Color #c01391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 10010001
Octal 300 23 221
Decimal 192 19 145
Hex C0 13 91

RGB Percentages of Color #c01391

%53.93
%5.34
%40.73

CMYK Percentages of Color #c01391

%0
%90
%24
%25

Triadic Colors of #c01391

#c01391 #91c013 #1391c0

Analogous Colors of #c01391

#c01391 #c0133b #9913c0

Monochromatic Colors of #c01391

#c01391

Complementary Color

#c01391 #13c042

#c01391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01391 Color CSS Codes

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

#c01391 Text Font Color

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

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


#c01391 Background Color

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

This div background color is #c01391


#c01391 Border Color

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

This div border color is #c01391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01391


Comments

No comments written yet.

Please login to write comment.