Color Hex Logo

#5281bd Color Hex

#5281BD
(82,129,189)
0 Favorites   0 Comments

Color spaces of #5281bd

RGB 82129189
HSL0.590.450.53
HSV214°57°74°
CMYK 0.570.320.00   0.26
XYZ20.515221.168551.1488
Yxy21.16850.22100.2280
Hunter Lab46.0092-0.9243-33.7067
CIE-Lab53.13341.9383-36.2775

#5281bd color RGB value is (82,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 10111101
Octal 122 201 275
Decimal 82 129 189
Hex 52 81 BD

RGB Percentages of Color #5281bd

%20.50
%32.25
%47.25

CMYK Percentages of Color #5281bd

%57
%32
%0
%26

Triadic Colors of #5281bd

#5281bd #bd5281 #81bd52

Analogous Colors of #5281bd

#5281bd #5952bd #52b7bd

Monochromatic Colors of #5281bd

#5281bd

Complementary Color

#5281bd #bd8e52

#5281bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5281bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5281bd Color CSS Codes

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

#5281bd Text Font Color

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

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


#5281bd Background Color

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

This div background color is #5281bd


#5281bd Border Color

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

This div border color is #5281bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5281bd


Comments

No comments written yet.

Please login to write comment.