Color Hex Logo

#570fbc Color Hex

#570FBC
(87,15,188)
0 Favorites   0 Comments

Color spaces of #570fbc

RGB 8715188
HSL0.740.850.40
HSV265°92°74°
CMYK 0.540.920.00   0.26
XYZ13.17845.998748.0402
Yxy5.99870.19610.0892
Hunter Lab24.492253.1830-99.1495
CIE-Lab29.409263.0591-73.9656

#570fbc color RGB value is (87,15,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001111 10111100
Octal 127 17 274
Decimal 87 15 188
Hex 57 F BC

RGB Percentages of Color #570fbc

%30.00
%5.17
%64.83

CMYK Percentages of Color #570fbc

%54
%92
%0
%26

Triadic Colors of #570fbc

#570fbc #bc570f #0fbc57

Analogous Colors of #570fbc

#570fbc #ae0fbc #0f1ebc

Monochromatic Colors of #570fbc

#570fbc

Complementary Color

#570fbc #74bc0f

#570fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#570fbc Color CSS Codes

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

#570fbc Text Font Color

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

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


#570fbc Background Color

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

This div background color is #570fbc


#570fbc Border Color

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

This div border color is #570fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570fbc


Comments

No comments written yet.

Please login to write comment.