Color Hex Logo

#575dbc Color Hex

#575DBC
(87,93,188)
0 Favorites   0 Comments

Color spaces of #575dbc

RGB 8793188
HSL0.660.430.54
HSV236°54°74°
CMYK 0.540.510.00   0.26
XYZ16.921913.485849.2881
Yxy13.48580.21230.1692
Hunter Lab36.723017.9872-53.8704
CIE-Lab43.486324.8745-51.0019

#575dbc color RGB value is (87,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011101 10111100
Octal 127 135 274
Decimal 87 93 188
Hex 57 5D BC

RGB Percentages of Color #575dbc

%23.64
%25.27
%51.09

CMYK Percentages of Color #575dbc

%54
%51
%0
%26

Triadic Colors of #575dbc

#575dbc #bc575d #5dbc57

Analogous Colors of #575dbc

#575dbc #8457bc #5790bc

Monochromatic Colors of #575dbc

#575dbc

Complementary Color

#575dbc #bcb657

#575dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#575dbc Color CSS Codes

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

#575dbc Text Font Color

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

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


#575dbc Background Color

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

This div background color is #575dbc


#575dbc Border Color

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

This div border color is #575dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575dbc


Comments

No comments written yet.

Please login to write comment.