Color Hex Logo

#a038dd Color Hex

#A038DD
(160,56,221)
0 Favorites   0 Comments

Color spaces of #a038dd

RGB 16056221
HSL0.770.710.54
HSV278°75°87°
CMYK 0.280.750.00   0.13
XYZ28.962515.522469.8762
Yxy15.52240.25330.1357
Hunter Lab39.398562.2711-77.5764
CIE-Lab46.341667.7483-65.0267

#a038dd color RGB value is (160,56,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 11011101
Octal 240 70 335
Decimal 160 56 221
Hex A0 38 DD

RGB Percentages of Color #a038dd

%36.61
%12.81
%50.57

CMYK Percentages of Color #a038dd

%28
%75
%0
%13

Triadic Colors of #a038dd

#a038dd #dda038 #38dda0

Analogous Colors of #a038dd

#a038dd #dd38c8 #4d38dd

Monochromatic Colors of #a038dd

#a038dd

Complementary Color

#a038dd #75dd38

#a038dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a038dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a038dd Color CSS Codes

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

#a038dd Text Font Color

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

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


#a038dd Background Color

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

This div background color is #a038dd


#a038dd Border Color

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

This div border color is #a038dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a038dd


Comments

No comments written yet.

Please login to write comment.