Color Hex Logo

#a531dd Color Hex

#A531DD
(165,49,221)
0 Favorites   0 Comments

Color spaces of #a531dd

RGB 16549221
HSL0.780.720.53
HSV280°78°87°
CMYK 0.250.780.00   0.13
XYZ29.666515.416469.8187
Yxy15.41640.25820.1342
Hunter Lab39.263766.1578-77.9448
CIE-Lab46.199371.0657-65.2246

#a531dd color RGB value is (165,49,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110001 11011101
Octal 245 61 335
Decimal 165 49 221
Hex A5 31 DD

RGB Percentages of Color #a531dd

%37.93
%11.26
%50.80

CMYK Percentages of Color #a531dd

%25
%78
%0
%13

Triadic Colors of #a531dd

#a531dd #dda531 #31dda5

Analogous Colors of #a531dd

#a531dd #dd31bf #4f31dd

Monochromatic Colors of #a531dd

#a531dd

Complementary Color

#a531dd #69dd31

#a531dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a531dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a531dd Color CSS Codes

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

#a531dd Text Font Color

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

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


#a531dd Background Color

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

This div background color is #a531dd


#a531dd Border Color

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

This div border color is #a531dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a531dd


Comments

No comments written yet.

Please login to write comment.