Color Hex Logo

#a532dd Color Hex

#A532DD
(165,50,221)
0 Favorites   0 Comments

Color spaces of #a532dd

RGB 16550221
HSL0.780.720.53
HSV280°77°87°
CMYK 0.250.770.00   0.13
XYZ29.708815.501069.8328
Yxy15.50100.25820.1347
Hunter Lab39.371365.7927-77.6026
CIE-Lab46.312970.7373-65.0404

#a532dd color RGB value is (165,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110010 11011101
Octal 245 62 335
Decimal 165 50 221
Hex A5 32 DD

RGB Percentages of Color #a532dd

%37.84
%11.47
%50.69

CMYK Percentages of Color #a532dd

%25
%77
%0
%13

Triadic Colors of #a532dd

#a532dd #dda532 #32dda5

Analogous Colors of #a532dd

#a532dd #dd32c0 #4f32dd

Monochromatic Colors of #a532dd

#a532dd

Complementary Color

#a532dd #6add32

#a532dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a532dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a532dd Color CSS Codes

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

#a532dd Text Font Color

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

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


#a532dd Background Color

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

This div background color is #a532dd


#a532dd Border Color

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

This div border color is #a532dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,50,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 #a532dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a532dd


Comments

No comments written yet.

Please login to write comment.