Color Hex Logo

#dc0857 Color Hex

#DC0857
(220,8,87)
0 Favorites   0 Comments

Color spaces of #dc0857

RGB 220887
HSL0.940.930.45
HSV338°96°86°
CMYK 0.000.960.60   0.14
XYZ31.322316.077410.4692
Yxy16.07740.54130.2778
Hunter Lab40.096669.269812.5871
CIE-Lab47.075973.483717.1264

#dc0857 color RGB value is (220,8,87).

#dc0857 hex color red value is 220, green value is 8 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dc0857 hue: 0.94 , saturation: 0.93 and the lightness value of dc0857 is 0.45.

The process color (four color CMYK) of #dc0857 color hex is 0.00, 0.96, 0.60, 0.14. Web safe color of #dc0857 is #cc0066. Color #dc0857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001000 01010111
Octal 334 10 127
Decimal 220 8 87
Hex DC 8 57

RGB Percentages of Color #dc0857

%69.84
%2.54
%27.62

CMYK Percentages of Color #dc0857

%0
%96
%60
%14

Triadic Colors of #dc0857

#dc0857 #57dc08 #0857dc

Analogous Colors of #dc0857

#dc0857 #dc2308 #dc08c1

Monochromatic Colors of #dc0857

#dc0857

Complementary Color

#dc0857 #08dc8d

#dc0857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc0857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc0857 Color CSS Codes

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

#dc0857 Text Font Color

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

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


#dc0857 Background Color

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

This div background color is #dc0857


#dc0857 Border Color

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

This div border color is #dc0857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc0857


Comments

No comments written yet.

Please login to write comment.