Color Hex Logo

#a52edd Color Hex

#A52EDD
(165,46,221)
0 Favorites   0 Comments

Color spaces of #a52edd

RGB 16546221
HSL0.780.720.52
HSV281°79°87°
CMYK 0.250.790.00   0.13
XYZ29.545215.173869.7782
Yxy15.17380.25800.1325
Hunter Lab38.953667.2186-78.9397
CIE-Lab45.871372.0166-65.7568

#a52edd color RGB value is (165,46,221).

#a52edd hex color red value is 165, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a52edd hue: 0.78 , saturation: 0.72 and the lightness value of a52edd is 0.52.

The process color (four color CMYK) of #a52edd color hex is 0.25, 0.79, 0.00, 0.13. Web safe color of #a52edd is #9933cc. Color #a52edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101110 11011101
Octal 245 56 335
Decimal 165 46 221
Hex A5 2E DD

RGB Percentages of Color #a52edd

%38.19
%10.65
%51.16

CMYK Percentages of Color #a52edd

%25
%79
%0
%13

Triadic Colors of #a52edd

#a52edd #dda52e #2edda5

Analogous Colors of #a52edd

#a52edd #dd2ebe #4d2edd

Monochromatic Colors of #a52edd

#a52edd

Complementary Color

#a52edd #66dd2e

#a52edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52edd Color CSS Codes

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

#a52edd Text Font Color

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

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


#a52edd Background Color

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

This div background color is #a52edd


#a52edd Border Color

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

This div border color is #a52edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52edd


Comments

No comments written yet.

Please login to write comment.