Color Hex Logo

#522eda Color Hex

#522EDA
(82,46,218)
0 Favorites   0 Comments

Color spaces of #522eda

RGB 8246218
HSL0.700.700.52
HSV253°79°85°
CMYK 0.620.790.00   0.15
XYZ17.11168.809867.1282
Yxy8.80980.18390.0947
Hunter Lab29.681350.9649-113.3153
CIE-Lab35.615559.8475-81.2282

#522eda color RGB value is (82,46,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101110 11011010
Octal 122 56 332
Decimal 82 46 218
Hex 52 2E DA

RGB Percentages of Color #522eda

%23.70
%13.29
%63.01

CMYK Percentages of Color #522eda

%62
%79
%0
%15

Triadic Colors of #522eda

#522eda #da522e #2eda52

Analogous Colors of #522eda

#522eda #a82eda #2e60da

Monochromatic Colors of #522eda

#522eda

Complementary Color

#522eda #b6da2e

#522eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#522eda Color CSS Codes

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

#522eda Text Font Color

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

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


#522eda Background Color

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

This div background color is #522eda


#522eda Border Color

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

This div border color is #522eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522eda


Comments

No comments written yet.

Please login to write comment.