Color Hex Logo

#525eda Color Hex

#525EDA
(82,94,218)
0 Favorites   0 Comments

Color spaces of #525eda

RGB 8294218
HSL0.650.650.59
HSV235°62°85°
CMYK 0.620.570.00   0.15
XYZ20.137314.861268.1368
Yxy14.86120.19530.1441
Hunter Lab38.550225.7793-77.8088
CIE-Lab45.443533.2315-65.1316

#525eda color RGB value is (82,94,218).

#525eda hex color red value is 82, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #525eda hue: 0.65 , saturation: 0.65 and the lightness value of 525eda is 0.59.

The process color (four color CMYK) of #525eda color hex is 0.62, 0.57, 0.00, 0.15. Web safe color of #525eda is #6666cc. Color #525eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011110 11011010
Octal 122 136 332
Decimal 82 94 218
Hex 52 5E DA

RGB Percentages of Color #525eda

%20.81
%23.86
%55.33

CMYK Percentages of Color #525eda

%62
%57
%0
%15

Triadic Colors of #525eda

#525eda #da525e #5eda52

Analogous Colors of #525eda

#525eda #8a52da #52a2da

Monochromatic Colors of #525eda

#525eda

Complementary Color

#525eda #dace52

#525eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#525eda Color CSS Codes

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

#525eda Text Font Color

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

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


#525eda Background Color

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

This div background color is #525eda


#525eda Border Color

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

This div border color is #525eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525eda


Comments

No comments written yet.

Please login to write comment.