Color Hex Logo

#570dca Color Hex

#570DCA
(87,13,202)
0 Favorites   0 Comments

Color spaces of #570dca

RGB 8713202
HSL0.730.880.42
HSV263°94°79°
CMYK 0.570.940.00   0.21
XYZ14.73516.578456.3702
Yxy6.57840.18970.0847
Hunter Lab25.648457.6643-112.3541
CIE-Lab30.827266.7600-79.8564

#570dca color RGB value is (87,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001101 11001010
Octal 127 15 312
Decimal 87 13 202
Hex 57 D CA

RGB Percentages of Color #570dca

%28.81
%4.30
%66.89

CMYK Percentages of Color #570dca

%57
%94
%0
%21

Triadic Colors of #570dca

#570dca #ca570d #0dca57

Analogous Colors of #570dca

#570dca #b60dca #0d21ca

Monochromatic Colors of #570dca

#570dca

Complementary Color

#570dca #80ca0d

#570dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#570dca Color CSS Codes

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

#570dca Text Font Color

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

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


#570dca Background Color

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

This div background color is #570dca


#570dca Border Color

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

This div border color is #570dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570dca


Comments

No comments written yet.

Please login to write comment.