Color Hex Logo

#525aee Color Hex

#525AEE
(82,90,238)
0 Favorites   0 Comments

Color spaces of #525aee

RGB 8290238
HSL0.660.820.63
HSV237°66°93°
CMYK 0.660.620.00   0.07
XYZ22.568515.279282.6486
Yxy15.27920.18730.1268
Hunter Lab39.088634.6550-98.0002
CIE-Lab46.014342.3142-75.5196

#525aee color RGB value is (82,90,238).

#525aee hex color red value is 82, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #525aee hue: 0.66 , saturation: 0.82 and the lightness value of 525aee is 0.63.

The process color (four color CMYK) of #525aee color hex is 0.66, 0.62, 0.00, 0.07. Web safe color of #525aee is #6666ff. Color #525aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11101110
Octal 122 132 356
Decimal 82 90 238
Hex 52 5A EE

RGB Percentages of Color #525aee

%20.00
%21.95
%58.05

CMYK Percentages of Color #525aee

%66
%62
%0
%7

Triadic Colors of #525aee

#525aee #ee525a #5aee52

Analogous Colors of #525aee

#525aee #9852ee #52a8ee

Monochromatic Colors of #525aee

#525aee

Complementary Color

#525aee #eee652

#525aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#525aee Color CSS Codes

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

#525aee Text Font Color

<p style="color:#525aee">Text here</p>

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


#525aee Background Color

<div style="background-color:#525aee">
Div content here</div>

This div background color is #525aee


#525aee Border Color

<div style="border:3px solid #525aee">
Div here</div>

This div border color is #525aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,90,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525aee;
  -webkit-box-shadow: 1px 1px 3px 2px #525aee;
  box-shadow:         1px 1px 3px 2px #525aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525aee


Comments

No comments written yet.

Please login to write comment.