Color Hex Logo

#523ede Color Hex

#523EDE
(82,62,222)
0 Favorites   0 Comments

Color spaces of #523ede

RGB 8262222
HSL0.690.710.56
HSV248°72°87°
CMYK 0.630.720.00   0.13
XYZ18.387110.513070.1673
Yxy10.51300.18560.1061
Hunter Lab32.423844.4835-105.6111
CIE-Lab38.747853.1936-78.3586

#523ede color RGB value is (82,62,222).

#523ede hex color red value is 82, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #523ede hue: 0.69 , saturation: 0.71 and the lightness value of 523ede is 0.56.

The process color (four color CMYK) of #523ede color hex is 0.63, 0.72, 0.00, 0.13. Web safe color of #523ede is #6633cc. Color #523ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111110 11011110
Octal 122 76 336
Decimal 82 62 222
Hex 52 3E DE

RGB Percentages of Color #523ede

%22.40
%16.94
%60.66

CMYK Percentages of Color #523ede

%63
%72
%0
%13

Triadic Colors of #523ede

#523ede #de523e #3ede52

Analogous Colors of #523ede

#523ede #a23ede #3e7ade

Monochromatic Colors of #523ede

#523ede

Complementary Color

#523ede #cade3e

#523ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#523ede Color CSS Codes

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

#523ede Text Font Color

<p style="color:#523ede">Text here</p>

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


#523ede Background Color

<div style="background-color:#523ede">
Div content here</div>

This div background color is #523ede


#523ede Border Color

<div style="border:3px solid #523ede">
Div here</div>

This div border color is #523ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,62,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #523ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #523ede;
  -webkit-box-shadow: 1px 1px 3px 2px #523ede;
  box-shadow:         1px 1px 3px 2px #523ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523ede


Comments

No comments written yet.

Please login to write comment.