Color Hex Logo

#526edd Color Hex

#526EDD
(82,110,221)
0 Favorites   0 Comments

Color spaces of #526edd

RGB 82110221
HSL0.630.670.59
HSV228°63°87°
CMYK 0.630.500.00   0.13
XYZ22.106818.166270.7479
Yxy18.16620.19910.1636
Hunter Lab42.621817.9950-68.5801
CIE-Lab49.697124.3140-59.9557

#526edd color RGB value is (82,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101110 11011101
Octal 122 156 335
Decimal 82 110 221
Hex 52 6E DD

RGB Percentages of Color #526edd

%19.85
%26.63
%53.51

CMYK Percentages of Color #526edd

%63
%50
%0
%13

Triadic Colors of #526edd

#526edd #dd526e #6edd52

Analogous Colors of #526edd

#526edd #7c52dd #52b4dd

Monochromatic Colors of #526edd

#526edd

Complementary Color

#526edd #ddc152

#526edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#526edd Color CSS Codes

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

#526edd Text Font Color

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

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


#526edd Background Color

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

This div background color is #526edd


#526edd Border Color

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

This div border color is #526edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526edd


Comments

No comments written yet.

Please login to write comment.