Color Hex Logo

#575bdc Color Hex

#575BDC
(87,91,220)
0 Favorites   0 Comments

Color spaces of #575bdc

RGB 8791220
HSL0.660.660.60
HSV238°60°86°
CMYK 0.600.590.00   0.14
XYZ20.589814.675769.4576
Yxy14.67570.19660.1401
Hunter Lab38.308928.8975-80.6821
CIE-Lab45.186836.5541-66.6725

#575bdc color RGB value is (87,91,220).

#575bdc hex color red value is 87, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #575bdc hue: 0.66 , saturation: 0.66 and the lightness value of 575bdc is 0.60.

The process color (four color CMYK) of #575bdc color hex is 0.60, 0.59, 0.00, 0.14. Web safe color of #575bdc is #6666cc. Color #575bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011011 11011100
Octal 127 133 334
Decimal 87 91 220
Hex 57 5B DC

RGB Percentages of Color #575bdc

%21.86
%22.86
%55.28

CMYK Percentages of Color #575bdc

%60
%59
%0
%14

Triadic Colors of #575bdc

#575bdc #dc575b #5bdc57

Analogous Colors of #575bdc

#575bdc #9657dc #579edc

Monochromatic Colors of #575bdc

#575bdc

Complementary Color

#575bdc #dcd857

#575bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#575bdc Color CSS Codes

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

#575bdc Text Font Color

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

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


#575bdc Background Color

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

This div background color is #575bdc


#575bdc Border Color

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

This div border color is #575bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575bdc


Comments

No comments written yet.

Please login to write comment.