Color Hex Logo

#5287cb Color Hex

#5287CB
(82,135,203)
0 Favorites   0 Comments

Color spaces of #5287cb

RGB 82135203
HSL0.590.540.56
HSV214°60°80°
CMYK 0.600.330.00   0.20
XYZ22.923123.433659.8149
Yxy23.43360.21590.2207
Hunter Lab48.4083-0.1881-39.3750
CIE-Lab55.51622.9707-40.4959

#5287cb color RGB value is (82,135,203).

#5287cb hex color red value is 82, green value is 135 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5287cb hue: 0.59 , saturation: 0.54 and the lightness value of 5287cb is 0.56.

The process color (four color CMYK) of #5287cb color hex is 0.60, 0.33, 0.00, 0.20. Web safe color of #5287cb is #6699cc. Color #5287cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000111 11001011
Octal 122 207 313
Decimal 82 135 203
Hex 52 87 CB

RGB Percentages of Color #5287cb

%19.52
%32.14
%48.33

CMYK Percentages of Color #5287cb

%60
%33
%0
%20

Triadic Colors of #5287cb

#5287cb #cb5287 #87cb52

Analogous Colors of #5287cb

#5287cb #5952cb #52c4cb

Monochromatic Colors of #5287cb

#5287cb

Complementary Color

#5287cb #cb9652

#5287cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5287cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5287cb Color CSS Codes

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

#5287cb Text Font Color

<p style="color:#5287cb">Text here</p>

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


#5287cb Background Color

<div style="background-color:#5287cb">
Div content here</div>

This div background color is #5287cb


#5287cb Border Color

<div style="border:3px solid #5287cb">
Div here</div>

This div border color is #5287cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,135,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5287cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5287cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5287cb;
  box-shadow:         1px 1px 3px 2px #5287cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5287cb


Comments

No comments written yet.

Please login to write comment.