Color Hex Logo

#5251bb Color Hex

#5251BB
(82,81,187)
0 Favorites   0 Comments

Color spaces of #5251bb

RGB 8281187
HSL0.670.440.53
HSV241°57°73°
CMYK 0.560.570.00   0.27
XYZ15.391711.266648.3771
Yxy11.26660.20510.1502
Hunter Lab33.565823.1118-61.9565
CIE-Lab40.025931.0422-56.0160

#5251bb color RGB value is (82,81,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 10111011
Octal 122 121 273
Decimal 82 81 187
Hex 52 51 BB

RGB Percentages of Color #5251bb

%23.43
%23.14
%53.43

CMYK Percentages of Color #5251bb

%56
%57
%0
%27

Triadic Colors of #5251bb

#5251bb #bb5251 #51bb52

Analogous Colors of #5251bb

#5251bb #8751bb #5185bb

Monochromatic Colors of #5251bb

#5251bb

Complementary Color

#5251bb #babb51

#5251bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5251bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5251bb Color CSS Codes

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

#5251bb Text Font Color

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

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


#5251bb Background Color

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

This div background color is #5251bb


#5251bb Border Color

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

This div border color is #5251bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5251bb


Comments

No comments written yet.

Please login to write comment.