Color Hex Logo

#a418dd Color Hex

#A418DD
(164,24,221)
0 Favorites   0 Comments

Color spaces of #a418dd

RGB 16424221
HSL0.790.800.48
HSV283°89°87°
CMYK 0.260.890.00   0.13
XYZ28.687613.766269.5518
Yxy13.76620.25610.1229
Hunter Lab37.102873.0848-85.1712
CIE-Lab43.895877.2226-68.9763

#a418dd color RGB value is (164,24,221).

#a418dd hex color red value is 164, green value is 24 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a418dd hue: 0.79 , saturation: 0.80 and the lightness value of a418dd is 0.48.

The process color (four color CMYK) of #a418dd color hex is 0.26, 0.89, 0.00, 0.13. Web safe color of #a418dd is #9900cc. Color #a418dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011000 11011101
Octal 244 30 335
Decimal 164 24 221
Hex A4 18 DD

RGB Percentages of Color #a418dd

%40.10
%5.87
%54.03

CMYK Percentages of Color #a418dd

%26
%89
%0
%13

Triadic Colors of #a418dd

#a418dd #dda418 #18dda4

Analogous Colors of #a418dd

#a418dd #dd18b4 #4218dd

Monochromatic Colors of #a418dd

#a418dd

Complementary Color

#a418dd #51dd18

#a418dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a418dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a418dd Color CSS Codes

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

#a418dd Text Font Color

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

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


#a418dd Background Color

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

This div background color is #a418dd


#a418dd Border Color

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

This div border color is #a418dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a418dd


Comments

No comments written yet.

Please login to write comment.