Color Hex Logo

#575faf Color Hex

#575FAF
(87,95,175)
0 Favorites   0 Comments

Color spaces of #575faf

RGB 8795175
HSL0.650.350.51
HSV235°50°69°
CMYK 0.500.460.00   0.31
XYZ15.760613.305842.2950
Yxy13.30580.22090.1865
Hunter Lab36.477113.2892-43.2124
CIE-Lab43.220419.4328-43.8241

#575faf color RGB value is (87,95,175).

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

The process color (four color CMYK) of #575faf color hex is 0.50, 0.46, 0.00, 0.31. Web safe color of #575faf is #666699. Color #575faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011111 10101111
Octal 127 137 257
Decimal 87 95 175
Hex 57 5F AF

RGB Percentages of Color #575faf

%24.37
%26.61
%49.02

CMYK Percentages of Color #575faf

%50
%46
%0
%31

Triadic Colors of #575faf

#575faf #af575f #5faf57

Analogous Colors of #575faf

#575faf #7b57af #578baf

Monochromatic Colors of #575faf

#575faf

Complementary Color

#575faf #afa757

#575faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#575faf Color CSS Codes

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

#575faf Text Font Color

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

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


#575faf Background Color

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

This div background color is #575faf


#575faf Border Color

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

This div border color is #575faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575faf


Comments

No comments written yet.

Please login to write comment.