Color Hex Logo

#c01451 Color Hex

#C01451
(192,20,81)
0 Favorites   0 Comments

Color spaces of #c01451

RGB 1922081
HSL0.940.810.42
HSV339°90°75°
CMYK 0.000.900.58   0.25
XYZ23.473612.30098.9217
Yxy12.30090.52520.2752
Hunter Lab35.072658.09039.4688
CIE-Lab41.690465.036312.5984

#c01451 color RGB value is (192,20,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 01010001
Octal 300 24 121
Decimal 192 20 81
Hex C0 14 51

RGB Percentages of Color #c01451

%65.53
%6.83
%27.65

CMYK Percentages of Color #c01451

%0
%90
%58
%25

Triadic Colors of #c01451

#c01451 #51c014 #1451c0

Analogous Colors of #c01451

#c01451 #c02d14 #c014a7

Monochromatic Colors of #c01451

#c01451

Complementary Color

#c01451 #14c083

#c01451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01451 Color CSS Codes

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

#c01451 Text Font Color

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

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


#c01451 Background Color

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

This div background color is #c01451


#c01451 Border Color

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

This div border color is #c01451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01451


Comments

No comments written yet.

Please login to write comment.