Color Hex Logo

#5289ce Color Hex

#5289CE
(82,137,206)
0 Favorites   0 Comments

Color spaces of #5289ce

RGB 82137206
HSL0.590.560.56
HSV213°60°81°
CMYK 0.600.330.00   0.19
XYZ23.565924.141461.8102
Yxy24.14140.21520.2204
Hunter Lab49.1339-0.3711-40.1928
CIE-Lab56.22912.7802-41.0682

#5289ce color RGB value is (82,137,206).

#5289ce hex color red value is 82, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5289ce hue: 0.59 , saturation: 0.56 and the lightness value of 5289ce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 11001110
Octal 122 211 316
Decimal 82 137 206
Hex 52 89 CE

RGB Percentages of Color #5289ce

%19.29
%32.24
%48.47

CMYK Percentages of Color #5289ce

%60
%33
%0
%19

Triadic Colors of #5289ce

#5289ce #ce5289 #89ce52

Analogous Colors of #5289ce

#5289ce #5952ce #52c7ce

Monochromatic Colors of #5289ce

#5289ce

Complementary Color

#5289ce #ce9752

#5289ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5289ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5289ce Color CSS Codes

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

#5289ce Text Font Color

<p style="color:#5289ce">Text here</p>

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


#5289ce Background Color

<div style="background-color:#5289ce">
Div content here</div>

This div background color is #5289ce


#5289ce Border Color

<div style="border:3px solid #5289ce">
Div here</div>

This div border color is #5289ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,137,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5289ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5289ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5289ce;
  box-shadow:         1px 1px 3px 2px #5289ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5289ce


Comments

No comments written yet.

Please login to write comment.