Color Hex Logo

#575fad Color Hex

#575FAD
(87,95,173)
0 Favorites   0 Comments

Color spaces of #575fad

RGB 8795173
HSL0.650.340.51
HSV234°50°68°
CMYK 0.500.450.00   0.32
XYZ15.565513.227841.2680
Yxy13.22780.22220.1888
Hunter Lab36.370012.7461-41.8156
CIE-Lab43.104518.7944-42.8332

#575fad color RGB value is (87,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011111 10101101
Octal 127 137 255
Decimal 87 95 173
Hex 57 5F AD

RGB Percentages of Color #575fad

%24.51
%26.76
%48.73

CMYK Percentages of Color #575fad

%50
%45
%0
%32

Triadic Colors of #575fad

#575fad #ad575f #5fad57

Analogous Colors of #575fad

#575fad #7a57ad #578aad

Monochromatic Colors of #575fad

#575fad

Complementary Color

#575fad #ada557

#575fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#575fad Color CSS Codes

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

#575fad Text Font Color

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

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


#575fad Background Color

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

This div background color is #575fad


#575fad Border Color

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

This div border color is #575fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575fad


Comments

No comments written yet.

Please login to write comment.