Color Hex Logo

#529eea Color Hex

#529EEA
(82,158,234)
0 Favorites   0 Comments

Color spaces of #529eea

RGB 82158234
HSL0.580.780.62
HSV210°65°92°
CMYK 0.650.320.00   0.08
XYZ30.557832.188182.4443
Yxy32.18810.21050.2217
Hunter Lab56.7346-3.1436-46.4436
CIE-Lab63.4980-0.1345-45.2247

#529eea color RGB value is (82,158,234).

#529eea hex color red value is 82, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #529eea hue: 0.58 , saturation: 0.78 and the lightness value of 529eea is 0.62.

The process color (four color CMYK) of #529eea color hex is 0.65, 0.32, 0.00, 0.08. Web safe color of #529eea is #6699ff. Color #529eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011110 11101010
Octal 122 236 352
Decimal 82 158 234
Hex 52 9E EA

RGB Percentages of Color #529eea

%17.30
%33.33
%49.37

CMYK Percentages of Color #529eea

%65
%32
%0
%8

Triadic Colors of #529eea

#529eea #ea529e #9eea52

Analogous Colors of #529eea

#529eea #5252ea #52eaea

Monochromatic Colors of #529eea

#529eea

Complementary Color

#529eea #ea9e52

#529eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#529eea Color CSS Codes

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

#529eea Text Font Color

<p style="color:#529eea">Text here</p>

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


#529eea Background Color

<div style="background-color:#529eea">
Div content here</div>

This div background color is #529eea


#529eea Border Color

<div style="border:3px solid #529eea">
Div here</div>

This div border color is #529eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,158,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #529eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #529eea;
  -webkit-box-shadow: 1px 1px 3px 2px #529eea;
  box-shadow:         1px 1px 3px 2px #529eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529eea


Comments

No comments written yet.

Please login to write comment.