Color Hex Logo

#5752bb Color Hex

#5752BB
(87,82,187)
0 Favorites   0 Comments

Color spaces of #5752bb

RGB 8782187
HSL0.670.440.53
HSV243°56°73°
CMYK 0.530.560.00   0.27
XYZ15.917411.648748.4232
Yxy11.64870.20950.1533
Hunter Lab34.130223.5197-60.2283
CIE-Lab40.652231.4106-54.9846

#5752bb color RGB value is (87,82,187).

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

The process color (four color CMYK) of #5752bb color hex is 0.53, 0.56, 0.00, 0.27. Web safe color of #5752bb is #6666cc. Color #5752bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 10111011
Octal 127 122 273
Decimal 87 82 187
Hex 57 52 BB

RGB Percentages of Color #5752bb

%24.44
%23.03
%52.53

CMYK Percentages of Color #5752bb

%53
%56
%0
%27

Triadic Colors of #5752bb

#5752bb #bb5752 #52bb57

Analogous Colors of #5752bb

#5752bb #8c52bb #5282bb

Monochromatic Colors of #5752bb

#5752bb

Complementary Color

#5752bb #b6bb52

#5752bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5752bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5752bb Color CSS Codes

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

#5752bb Text Font Color

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

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


#5752bb Background Color

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

This div background color is #5752bb


#5752bb Border Color

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

This div border color is #5752bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5752bb


Comments

No comments written yet.

Please login to write comment.