Color Hex Logo

#c01471 Color Hex

#C01471
(192,20,113)
0 Favorites   0 Comments

Color spaces of #c01471

RGB 19220113
HSL0.910.810.42
HSV328°90°75°
CMYK 0.000.900.41   0.25
XYZ24.969012.899016.7965
Yxy12.89900.45680.2360
Hunter Lab35.915261.2455-2.5876
CIE-Lab42.610767.5945-6.2100

#c01471 color RGB value is (192,20,113).

#c01471 hex color red value is 192, green value is 20 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c01471 hue: 0.91 , saturation: 0.81 and the lightness value of c01471 is 0.42.

The process color (four color CMYK) of #c01471 color hex is 0.00, 0.90, 0.41, 0.25. Web safe color of #c01471 is #cc0066. Color #c01471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 01110001
Octal 300 24 161
Decimal 192 20 113
Hex C0 14 71

RGB Percentages of Color #c01471

%59.08
%6.15
%34.77

CMYK Percentages of Color #c01471

%0
%90
%41
%25

Triadic Colors of #c01471

#c01471 #71c014 #1471c0

Analogous Colors of #c01471

#c01471 #c0141b #b914c0

Monochromatic Colors of #c01471

#c01471

Complementary Color

#c01471 #14c063

#c01471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01471 Color CSS Codes

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

#c01471 Text Font Color

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

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


#c01471 Background Color

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

This div background color is #c01471


#c01471 Border Color

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

This div border color is #c01471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01471


Comments

No comments written yet.

Please login to write comment.