Color Hex Logo

#575dbd Color Hex

#575DBD
(87,93,189)
0 Favorites   0 Comments

Color spaces of #575dbd

RGB 8793189
HSL0.660.440.54
HSV236°54°74°
CMYK 0.540.510.00   0.26
XYZ17.030113.529149.8579
Yxy13.52910.21180.1682
Hunter Lab36.781918.2775-54.6202
CIE-Lab43.549925.1986-51.4817

#575dbd color RGB value is (87,93,189).

#575dbd hex color red value is 87, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #575dbd hue: 0.66 , saturation: 0.44 and the lightness value of 575dbd is 0.54.

The process color (four color CMYK) of #575dbd color hex is 0.54, 0.51, 0.00, 0.26. Web safe color of #575dbd is #6666cc. Color #575dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 10111101
Octal 127 135 275
Decimal 87 93 189
Hex 57 5D BD

RGB Percentages of Color #575dbd

%23.58
%25.20
%51.22

CMYK Percentages of Color #575dbd

%54
%51
%0
%26

Triadic Colors of #575dbd

#575dbd #bd575d #5dbd57

Analogous Colors of #575dbd

#575dbd #8457bd #5790bd

Monochromatic Colors of #575dbd

#575dbd

Complementary Color

#575dbd #bdb757

#575dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#575dbd Color CSS Codes

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

#575dbd Text Font Color

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

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


#575dbd Background Color

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

This div background color is #575dbd


#575dbd Border Color

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

This div border color is #575dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575dbd


Comments

No comments written yet.

Please login to write comment.