Color Hex Logo

#570fae Color Hex

#570FAE
(87,15,174)
0 Favorites   0 Comments

Color spaces of #570fae

RGB 8715174
HSL0.740.840.37
HSV267°91°68°
CMYK 0.500.910.00   0.32
XYZ11.74135.423940.4725
Yxy5.42390.20370.0941
Hunter Lab23.289349.2347-86.7327
CIE-Lab27.909859.7506-68.0948

#570fae color RGB value is (87,15,174).

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

The process color (four color CMYK) of #570fae color hex is 0.50, 0.91, 0.00, 0.32. Web safe color of #570fae is #660099. Color #570fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001111 10101110
Octal 127 17 256
Decimal 87 15 174
Hex 57 F AE

RGB Percentages of Color #570fae

%31.52
%5.43
%63.04

CMYK Percentages of Color #570fae

%50
%91
%0
%32

Triadic Colors of #570fae

#570fae #ae570f #0fae57

Analogous Colors of #570fae

#570fae #a70fae #0f16ae

Monochromatic Colors of #570fae

#570fae

Complementary Color

#570fae #66ae0f

#570fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#570fae Color CSS Codes

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

#570fae Text Font Color

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

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


#570fae Background Color

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

This div background color is #570fae


#570fae Border Color

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

This div border color is #570fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570fae


Comments

No comments written yet.

Please login to write comment.