Color Hex Logo

#526eda Color Hex

#526EDA
(82,110,218)
0 Favorites   0 Comments

Color spaces of #526eda

RGB 82110218
HSL0.630.650.59
HSV228°62°85°
CMYK 0.620.500.00   0.15
XYZ21.710518.007768.6612
Yxy18.00770.20030.1662
Hunter Lab42.435517.0606-66.2272
CIE-Lab49.505423.2915-58.5660

#526eda color RGB value is (82,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101110 11011010
Octal 122 156 332
Decimal 82 110 218
Hex 52 6E DA

RGB Percentages of Color #526eda

%20.00
%26.83
%53.17

CMYK Percentages of Color #526eda

%62
%50
%0
%15

Triadic Colors of #526eda

#526eda #da526e #6eda52

Analogous Colors of #526eda

#526eda #7a52da #52b2da

Monochromatic Colors of #526eda

#526eda

Complementary Color

#526eda #dabe52

#526eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#526eda Color CSS Codes

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

#526eda Text Font Color

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

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


#526eda Background Color

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

This div background color is #526eda


#526eda Border Color

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

This div border color is #526eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,110,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 #526eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526eda


Comments

No comments written yet.

Please login to write comment.