Color Hex Logo

#5751bb Color Hex

#5751BB
(87,81,187)
0 Favorites   0 Comments

Color spaces of #5751bb

RGB 8781187
HSL0.680.440.53
HSV243°57°73°
CMYK 0.530.570.00   0.27
XYZ15.842611.499048.3982
Yxy11.49900.20920.1518
Hunter Lab33.910224.0512-60.8844
CIE-Lab40.408532.0287-55.3786

#5751bb color RGB value is (87,81,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 10111011
Octal 127 121 273
Decimal 87 81 187
Hex 57 51 BB

RGB Percentages of Color #5751bb

%24.51
%22.82
%52.68

CMYK Percentages of Color #5751bb

%53
%57
%0
%27

Triadic Colors of #5751bb

#5751bb #bb5751 #51bb57

Analogous Colors of #5751bb

#5751bb #8c51bb #5180bb

Monochromatic Colors of #5751bb

#5751bb

Complementary Color

#5751bb #b5bb51

#5751bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5751bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5751bb Color CSS Codes

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

#5751bb Text Font Color

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

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


#5751bb Background Color

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

This div background color is #5751bb


#5751bb Border Color

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

This div border color is #5751bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5751bb


Comments

No comments written yet.

Please login to write comment.