Color Hex Logo

#a438dd Color Hex

#A438DD
(164,56,221)
0 Favorites   0 Comments

Color spaces of #a438dd

RGB 16456221
HSL0.780.710.54
HSV279°75°87°
CMYK 0.260.750.00   0.13
XYZ29.775215.941369.9143
Yxy15.94130.25750.1379
Hunter Lab39.926663.2448-75.8725
CIE-Lab46.897468.4706-64.0998

#a438dd color RGB value is (164,56,221).

#a438dd hex color red value is 164, green value is 56 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a438dd hue: 0.78 , saturation: 0.71 and the lightness value of a438dd is 0.54.

The process color (four color CMYK) of #a438dd color hex is 0.26, 0.75, 0.00, 0.13. Web safe color of #a438dd is #9933cc. Color #a438dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111000 11011101
Octal 244 70 335
Decimal 164 56 221
Hex A4 38 DD

RGB Percentages of Color #a438dd

%37.19
%12.70
%50.11

CMYK Percentages of Color #a438dd

%26
%75
%0
%13

Triadic Colors of #a438dd

#a438dd #dda438 #38dda4

Analogous Colors of #a438dd

#a438dd #dd38c4 #5138dd

Monochromatic Colors of #a438dd

#a438dd

Complementary Color

#a438dd #71dd38

#a438dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a438dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a438dd Color CSS Codes

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

#a438dd Text Font Color

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

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


#a438dd Background Color

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

This div background color is #a438dd


#a438dd Border Color

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

This div border color is #a438dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a438dd


Comments

No comments written yet.

Please login to write comment.