Color Hex Logo

#525aeb Color Hex

#525AEB
(82,90,235)
0 Favorites   0 Comments

Color spaces of #525aeb

RGB 8290235
HSL0.660.790.62
HSV237°65°92°
CMYK 0.650.620.00   0.08
XYZ22.131215.104380.3462
Yxy15.10430.18820.1285
Hunter Lab38.864333.6342-95.3685
CIE-Lab45.776741.3252-74.2190

#525aeb color RGB value is (82,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 11101011
Octal 122 132 353
Decimal 82 90 235
Hex 52 5A EB

RGB Percentages of Color #525aeb

%20.15
%22.11
%57.74

CMYK Percentages of Color #525aeb

%65
%62
%0
%8

Triadic Colors of #525aeb

#525aeb #eb525a #5aeb52

Analogous Colors of #525aeb

#525aeb #9752eb #52a7eb

Monochromatic Colors of #525aeb

#525aeb

Complementary Color

#525aeb #ebe352

#525aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#525aeb Color CSS Codes

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

#525aeb Text Font Color

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

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


#525aeb Background Color

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

This div background color is #525aeb


#525aeb Border Color

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

This div border color is #525aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525aeb


Comments

No comments written yet.

Please login to write comment.