Color Hex Logo

#575aae Color Hex

#575AAE
(87,90,174)
0 Favorites   0 Comments

Color spaces of #575aae

RGB 8790174
HSL0.660.350.51
HSV238°50°68°
CMYK 0.500.480.00   0.32
XYZ15.226612.394641.6343
Yxy12.39460.21990.1790
Hunter Lab35.206015.5909-45.4717
CIE-Lab41.836522.2599-45.4464

#575aae color RGB value is (87,90,174).

#575aae hex color red value is 87, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #575aae hue: 0.66 , saturation: 0.35 and the lightness value of 575aae is 0.51.

The process color (four color CMYK) of #575aae color hex is 0.50, 0.48, 0.00, 0.32. Web safe color of #575aae is #666699. Color #575aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011010 10101110
Octal 127 132 256
Decimal 87 90 174
Hex 57 5A AE

RGB Percentages of Color #575aae

%24.79
%25.64
%49.57

CMYK Percentages of Color #575aae

%50
%48
%0
%32

Triadic Colors of #575aae

#575aae #ae575a #5aae57

Analogous Colors of #575aae

#575aae #8057ae #5786ae

Monochromatic Colors of #575aae

#575aae

Complementary Color

#575aae #aeab57

#575aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#575aae Color CSS Codes

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

#575aae Text Font Color

<p style="color:#575aae">Text here</p>

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


#575aae Background Color

<div style="background-color:#575aae">
Div content here</div>

This div background color is #575aae


#575aae Border Color

<div style="border:3px solid #575aae">
Div here</div>

This div border color is #575aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575aae


Comments

No comments written yet.

Please login to write comment.