Color Hex Logo

#532ead Color Hex

#532EAD
(83,46,173)
0 Favorites   0 Comments

Color spaces of #532ead

RGB 8346173
HSL0.720.580.43
HSV257°73°68°
CMYK 0.520.730.00   0.32
XYZ12.08716.810140.2126
Yxy6.81010.20450.1152
Hunter Lab26.096237.0085-73.0949
CIE-Lab31.370647.2544-61.8195

#532ead color RGB value is (83,46,173).

#532ead hex color red value is 83, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #532ead hue: 0.72 , saturation: 0.58 and the lightness value of 532ead is 0.43.

The process color (four color CMYK) of #532ead color hex is 0.52, 0.73, 0.00, 0.32. Web safe color of #532ead is #663399. Color #532ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101110 10101101
Octal 123 56 255
Decimal 83 46 173
Hex 53 2E AD

RGB Percentages of Color #532ead

%27.48
%15.23
%57.28

CMYK Percentages of Color #532ead

%52
%73
%0
%32

Triadic Colors of #532ead

#532ead #ad532e #2ead53

Analogous Colors of #532ead

#532ead #932ead #2e49ad

Monochromatic Colors of #532ead

#532ead

Complementary Color

#532ead #88ad2e

#532ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#532ead Color CSS Codes

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

#532ead Text Font Color

<p style="color:#532ead">Text here</p>

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


#532ead Background Color

<div style="background-color:#532ead">
Div content here</div>

This div background color is #532ead


#532ead Border Color

<div style="border:3px solid #532ead">
Div here</div>

This div border color is #532ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,46,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532ead;
  -webkit-box-shadow: 1px 1px 3px 2px #532ead;
  box-shadow:         1px 1px 3px 2px #532ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,46,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532ead


Comments

No comments written yet.

Please login to write comment.