Color Hex Logo

#570ebc Color Hex

#570EBC
(87,14,188)
0 Favorites   0 Comments

Color spaces of #570ebc

RGB 8714188
HSL0.740.860.40
HSV265°93°74°
CMYK 0.540.930.00   0.26
XYZ13.16465.971248.0356
Yxy5.97120.19600.0889
Hunter Lab24.436053.4015-99.4452
CIE-Lab29.339763.2683-74.0806

#570ebc color RGB value is (87,14,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001110 10111100
Octal 127 16 274
Decimal 87 14 188
Hex 57 E BC

RGB Percentages of Color #570ebc

%30.10
%4.84
%65.05

CMYK Percentages of Color #570ebc

%54
%93
%0
%26

Triadic Colors of #570ebc

#570ebc #bc570e #0ebc57

Analogous Colors of #570ebc

#570ebc #ae0ebc #0e1cbc

Monochromatic Colors of #570ebc

#570ebc

Complementary Color

#570ebc #73bc0e

#570ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#570ebc Color CSS Codes

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

#570ebc Text Font Color

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

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


#570ebc Background Color

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

This div background color is #570ebc


#570ebc Border Color

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

This div border color is #570ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,14,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 #570ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570ebc


Comments

No comments written yet.

Please login to write comment.