Color Hex Logo

#a071dd Color Hex

#A071DD
(160,113,221)
0 Favorites   0 Comments

Color spaces of #a071dd

RGB 160113221
HSL0.740.610.65
HSV266°49°87°
CMYK 0.280.490.00   0.13
XYZ33.453524.504371.3732
Yxy24.50430.25870.1895
Hunter Lab49.501834.0027-50.8348
CIE-Lab56.589240.1396-48.5816

#a071dd color RGB value is (160,113,221).

#a071dd hex color red value is 160, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a071dd hue: 0.74 , saturation: 0.61 and the lightness value of a071dd is 0.65.

The process color (four color CMYK) of #a071dd color hex is 0.28, 0.49, 0.00, 0.13. Web safe color of #a071dd is #9966cc. Color #a071dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11011101
Octal 240 161 335
Decimal 160 113 221
Hex A0 71 DD

RGB Percentages of Color #a071dd

%32.39
%22.87
%44.74

CMYK Percentages of Color #a071dd

%28
%49
%0
%13

Triadic Colors of #a071dd

#a071dd #dda071 #71dda0

Analogous Colors of #a071dd

#a071dd #d671dd #7178dd

Monochromatic Colors of #a071dd

#a071dd

Complementary Color

#a071dd #aedd71

#a071dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071dd Color CSS Codes

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

#a071dd Text Font Color

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

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


#a071dd Background Color

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

This div background color is #a071dd


#a071dd Border Color

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

This div border color is #a071dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071dd


Comments

No comments written yet.

Please login to write comment.