Color Hex Logo

#532ea5 Color Hex

#532EA5
(83,46,165)
0 Favorites   0 Comments

Color spaces of #532ea5

RGB 8346165
HSL0.720.560.41
HSV259°72°65°
CMYK 0.500.720.00   0.35
XYZ11.33586.509636.2563
Yxy6.50960.20950.1203
Hunter Lab25.513934.6580-66.3937
CIE-Lab30.663444.9816-58.1697

#532ea5 color RGB value is (83,46,165).

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

The process color (four color CMYK) of #532ea5 color hex is 0.50, 0.72, 0.00, 0.35. Web safe color of #532ea5 is #663399. Color #532ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101110 10100101
Octal 123 56 245
Decimal 83 46 165
Hex 53 2E A5

RGB Percentages of Color #532ea5

%28.23
%15.65
%56.12

CMYK Percentages of Color #532ea5

%50
%72
%0
%35

Triadic Colors of #532ea5

#532ea5 #a5532e #2ea553

Analogous Colors of #532ea5

#532ea5 #8f2ea5 #2e45a5

Monochromatic Colors of #532ea5

#532ea5

Complementary Color

#532ea5 #80a52e

#532ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532ea5 Color CSS Codes

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

#532ea5 Text Font Color

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

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


#532ea5 Background Color

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

This div background color is #532ea5


#532ea5 Border Color

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

This div border color is #532ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532ea5


Comments

No comments written yet.

Please login to write comment.