Color Hex Logo

#570dcc Color Hex

#570DCC
(87,13,204)
0 Favorites   0 Comments

Color spaces of #570dcc

RGB 8713204
HSL0.730.880.43
HSV263°94°80°
CMYK 0.570.940.00   0.20
XYZ14.97356.673757.6257
Yxy6.67370.18890.0842
Hunter Lab25.833558.2527-114.1722
CIE-Lab31.052267.2309-80.6519

#570dcc color RGB value is (87,13,204).

#570dcc hex color red value is 87, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #570dcc hue: 0.73 , saturation: 0.88 and the lightness value of 570dcc is 0.43.

The process color (four color CMYK) of #570dcc color hex is 0.57, 0.94, 0.00, 0.20. Web safe color of #570dcc is #6600cc. Color #570dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001101 11001100
Octal 127 15 314
Decimal 87 13 204
Hex 57 D CC

RGB Percentages of Color #570dcc

%28.62
%4.28
%67.11

CMYK Percentages of Color #570dcc

%57
%94
%0
%20

Triadic Colors of #570dcc

#570dcc #cc570d #0dcc57

Analogous Colors of #570dcc

#570dcc #b70dcc #0d23cc

Monochromatic Colors of #570dcc

#570dcc

Complementary Color

#570dcc #82cc0d

#570dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#570dcc Color CSS Codes

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

#570dcc Text Font Color

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

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


#570dcc Background Color

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

This div background color is #570dcc


#570dcc Border Color

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

This div border color is #570dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,13,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #570dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #570dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #570dcc;
  box-shadow:         1px 1px 3px 2px #570dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570dcc


Comments

No comments written yet.

Please login to write comment.