Color Hex Logo

#a52aee Color Hex

#A52AEE
(165,42,238)
0 Favorites   0 Comments

Color spaces of #a52aee

RGB 16542238
HSL0.770.850.55
HSV278°82°93°
CMYK 0.310.820.00   0.07
XYZ31.777615.828382.2692
Yxy15.82830.24470.1219
Hunter Lab39.784872.9512-94.7538
CIE-Lab46.748476.5605-73.9742

#a52aee color RGB value is (165,42,238).

#a52aee hex color red value is 165, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a52aee hue: 0.77 , saturation: 0.85 and the lightness value of a52aee is 0.55.

The process color (four color CMYK) of #a52aee color hex is 0.31, 0.82, 0.00, 0.07. Web safe color of #a52aee is #9933ff. Color #a52aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101010 11101110
Octal 245 52 356
Decimal 165 42 238
Hex A5 2A EE

RGB Percentages of Color #a52aee

%37.08
%9.44
%53.48

CMYK Percentages of Color #a52aee

%31
%82
%0
%7

Triadic Colors of #a52aee

#a52aee #eea52a #2aeea5

Analogous Colors of #a52aee

#a52aee #ee2ad5 #432aee

Monochromatic Colors of #a52aee

#a52aee

Complementary Color

#a52aee #73ee2a

#a52aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52aee Color CSS Codes

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

#a52aee Text Font Color

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

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


#a52aee Background Color

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

This div background color is #a52aee


#a52aee Border Color

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

This div border color is #a52aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,42,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a52aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a52aee;
  -webkit-box-shadow: 1px 1px 3px 2px #a52aee;
  box-shadow:         1px 1px 3px 2px #a52aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52aee


Comments

No comments written yet.

Please login to write comment.