Color Hex Logo

#c01e57 Color Hex

#C01E57
(192,30,87)
0 Favorites   0 Comments

Color spaces of #c01e57

RGB 1923087
HSL0.940.730.44
HSV339°84°75°
CMYK 0.000.840.55   0.25
XYZ23.922812.823110.2311
Yxy12.82310.50920.2730
Hunter Lab35.809456.58238.1268
CIE-Lab42.495563.55469.9291

#c01e57 color RGB value is (192,30,87).

#c01e57 hex color red value is 192, green value is 30 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c01e57 hue: 0.94 , saturation: 0.73 and the lightness value of c01e57 is 0.44.

The process color (four color CMYK) of #c01e57 color hex is 0.00, 0.84, 0.55, 0.25. Web safe color of #c01e57 is #cc3366. Color #c01e57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 01010111
Octal 300 36 127
Decimal 192 30 87
Hex C0 1E 57

RGB Percentages of Color #c01e57

%62.14
%9.71
%28.16

CMYK Percentages of Color #c01e57

%0
%84
%55
%25

Triadic Colors of #c01e57

#c01e57 #57c01e #1e57c0

Analogous Colors of #c01e57

#c01e57 #c0361e #c01ea8

Monochromatic Colors of #c01e57

#c01e57

Complementary Color

#c01e57 #1ec087

#c01e57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01e57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01e57 Color CSS Codes

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

#c01e57 Text Font Color

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

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


#c01e57 Background Color

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

This div background color is #c01e57


#c01e57 Border Color

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

This div border color is #c01e57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01e57


Comments

No comments written yet.

Please login to write comment.