Color Hex Logo

#570fbb Color Hex

#570FBB
(87,15,187)
0 Favorites   0 Comments

Color spaces of #570fbb

RGB 8715187
HSL0.740.850.40
HSV265°92°73°
CMYK 0.530.920.00   0.27
XYZ13.07095.955747.4744
Yxy5.95570.19660.0896
Hunter Lab24.404352.8967-98.2555
CIE-Lab29.300462.8223-73.5531

#570fbb color RGB value is (87,15,187).

#570fbb hex color red value is 87, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #570fbb hue: 0.74 , saturation: 0.85 and the lightness value of 570fbb is 0.40.

The process color (four color CMYK) of #570fbb color hex is 0.53, 0.92, 0.00, 0.27. Web safe color of #570fbb is #6600cc. Color #570fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001111 10111011
Octal 127 17 273
Decimal 87 15 187
Hex 57 F BB

RGB Percentages of Color #570fbb

%30.10
%5.19
%64.71

CMYK Percentages of Color #570fbb

%53
%92
%0
%27

Triadic Colors of #570fbb

#570fbb #bb570f #0fbb57

Analogous Colors of #570fbb

#570fbb #ad0fbb #0f1dbb

Monochromatic Colors of #570fbb

#570fbb

Complementary Color

#570fbb #73bb0f

#570fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#570fbb Color CSS Codes

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

#570fbb Text Font Color

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

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


#570fbb Background Color

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

This div background color is #570fbb


#570fbb Border Color

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

This div border color is #570fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570fbb


Comments

No comments written yet.

Please login to write comment.