Color Hex Logo

#a071da Color Hex

#A071DA
(160,113,218)
0 Favorites   0 Comments

Color spaces of #a071da

RGB 160113218
HSL0.740.590.65
HSV267°48°85°
CMYK 0.270.480.00   0.15
XYZ33.057224.345869.2866
Yxy24.34580.26090.1922
Hunter Lab49.341533.2417-48.7176
CIE-Lab56.432439.4161-47.1422

#a071da color RGB value is (160,113,218).

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

The process color (four color CMYK) of #a071da color hex is 0.27, 0.48, 0.00, 0.15. Web safe color of #a071da is #9966cc. Color #a071da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11011010
Octal 240 161 332
Decimal 160 113 218
Hex A0 71 DA

RGB Percentages of Color #a071da

%32.59
%23.01
%44.40

CMYK Percentages of Color #a071da

%27
%48
%0
%15

Triadic Colors of #a071da

#a071da #daa071 #71daa0

Analogous Colors of #a071da

#a071da #d571da #7177da

Monochromatic Colors of #a071da

#a071da

Complementary Color

#a071da #abda71

#a071da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071da Color CSS Codes

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

#a071da Text Font Color

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

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


#a071da Background Color

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

This div background color is #a071da


#a071da Border Color

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

This div border color is #a071da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,113,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a071da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071da


Comments

No comments written yet.

Please login to write comment.