Color Hex Logo

#5287ca Color Hex

#5287CA
(82,135,202)
0 Favorites   0 Comments

Color spaces of #5287ca

RGB 82135202
HSL0.590.530.56
HSV214°59°79°
CMYK 0.590.330.00   0.21
XYZ22.804323.386159.1892
Yxy23.38610.21640.2219
Hunter Lab48.3592-0.4549-38.7166
CIE-Lab55.46782.6406-40.0062

#5287ca color RGB value is (82,135,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000111 11001010
Octal 122 207 312
Decimal 82 135 202
Hex 52 87 CA

RGB Percentages of Color #5287ca

%19.57
%32.22
%48.21

CMYK Percentages of Color #5287ca

%59
%33
%0
%21

Triadic Colors of #5287ca

#5287ca #ca5287 #87ca52

Analogous Colors of #5287ca

#5287ca #5952ca #52c3ca

Monochromatic Colors of #5287ca

#5287ca

Complementary Color

#5287ca #ca9552

#5287ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5287ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5287ca Color CSS Codes

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

#5287ca Text Font Color

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

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


#5287ca Background Color

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

This div background color is #5287ca


#5287ca Border Color

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

This div border color is #5287ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5287ca


Comments

No comments written yet.

Please login to write comment.