Color Hex Logo

#a240dd Color Hex

#A240DD
(162,64,221)
0 Favorites   0 Comments

Color spaces of #a240dd

RGB 16264221
HSL0.770.700.56
HSV277°71°87°
CMYK 0.270.710.00   0.13
XYZ29.784816.568670.0348
Yxy16.56860.25590.1424
Hunter Lab40.704559.3811-73.5191
CIE-Lab47.711864.9966-62.7946

#a240dd color RGB value is (162,64,221).

#a240dd hex color red value is 162, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a240dd hue: 0.77 , saturation: 0.70 and the lightness value of a240dd is 0.56.

The process color (four color CMYK) of #a240dd color hex is 0.27, 0.71, 0.00, 0.13. Web safe color of #a240dd is #9933cc. Color #a240dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000000 11011101
Octal 242 100 335
Decimal 162 64 221
Hex A2 40 DD

RGB Percentages of Color #a240dd

%36.24
%14.32
%49.44

CMYK Percentages of Color #a240dd

%27
%71
%0
%13

Triadic Colors of #a240dd

#a240dd #dda240 #40dda2

Analogous Colors of #a240dd

#a240dd #dd40ca #5440dd

Monochromatic Colors of #a240dd

#a240dd

Complementary Color

#a240dd #7bdd40

#a240dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a240dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a240dd Color CSS Codes

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

#a240dd Text Font Color

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

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


#a240dd Background Color

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

This div background color is #a240dd


#a240dd Border Color

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

This div border color is #a240dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a240dd


Comments

No comments written yet.

Please login to write comment.