Color Hex Logo

#570adb Color Hex

#570ADB
(87,10,219)
0 Favorites   0 Comments

Color spaces of #570adb

RGB 8710219
HSL0.730.910.45
HSV262°95°86°
CMYK 0.600.950.00   0.14
XYZ16.82527.357867.5512
Yxy7.35780.18340.0802
Hunter Lab27.125363.2504-128.6647
CIE-Lab32.608071.2271-86.7704

#570adb color RGB value is (87,10,219).

#570adb hex color red value is 87, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #570adb hue: 0.73 , saturation: 0.91 and the lightness value of 570adb is 0.45.

The process color (four color CMYK) of #570adb color hex is 0.60, 0.95, 0.00, 0.14. Web safe color of #570adb is #6600cc. Color #570adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001010 11011011
Octal 127 12 333
Decimal 87 10 219
Hex 57 A DB

RGB Percentages of Color #570adb

%27.53
%3.16
%69.30

CMYK Percentages of Color #570adb

%60
%95
%0
%14

Triadic Colors of #570adb

#570adb #db570a #0adb57

Analogous Colors of #570adb

#570adb #c00adb #0a25db

Monochromatic Colors of #570adb

#570adb

Complementary Color

#570adb #8edb0a

#570adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#570adb Color CSS Codes

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

#570adb Text Font Color

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

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


#570adb Background Color

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

This div background color is #570adb


#570adb Border Color

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

This div border color is #570adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570adb


Comments

No comments written yet.

Please login to write comment.