Color Hex Logo

#5752bd Color Hex

#5752BD
(87,82,189)
0 Favorites   0 Comments

Color spaces of #5752bd

RGB 8782189
HSL0.670.450.53
HSV243°57°74°
CMYK 0.540.570.00   0.26
XYZ16.133111.734949.5589
Yxy11.73490.20840.1516
Hunter Lab34.256224.1168-61.7962
CIE-Lab40.791632.0490-55.9285

#5752bd color RGB value is (87,82,189).

#5752bd hex color red value is 87, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5752bd hue: 0.67 , saturation: 0.45 and the lightness value of 5752bd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 10111101
Octal 127 122 275
Decimal 87 82 189
Hex 57 52 BD

RGB Percentages of Color #5752bd

%24.30
%22.91
%52.79

CMYK Percentages of Color #5752bd

%54
%57
%0
%26

Triadic Colors of #5752bd

#5752bd #bd5752 #52bd57

Analogous Colors of #5752bd

#5752bd #8d52bd #5283bd

Monochromatic Colors of #5752bd

#5752bd

Complementary Color

#5752bd #b8bd52

#5752bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5752bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5752bd Color CSS Codes

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

#5752bd Text Font Color

<p style="color:#5752bd">Text here</p>

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


#5752bd Background Color

<div style="background-color:#5752bd">
Div content here</div>

This div background color is #5752bd


#5752bd Border Color

<div style="border:3px solid #5752bd">
Div here</div>

This div border color is #5752bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,82,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 #5752bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5752bd


Comments

No comments written yet.

Please login to write comment.