Color Hex Logo

#a071dc Color Hex

#A071DC
(160,113,220)
0 Favorites   0 Comments

Color spaces of #a071dc

RGB 160113220
HSL0.740.600.65
HSV266°49°86°
CMYK 0.270.490.00   0.14
XYZ33.320624.451170.6735
Yxy24.45110.25940.1904
Hunter Lab49.448133.7482-50.1264
CIE-Lab56.536639.8981-48.1026

#a071dc color RGB value is (160,113,220).

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

The process color (four color CMYK) of #a071dc color hex is 0.27, 0.49, 0.00, 0.14. Web safe color of #a071dc is #9966cc. Color #a071dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11011100
Octal 240 161 334
Decimal 160 113 220
Hex A0 71 DC

RGB Percentages of Color #a071dc

%32.45
%22.92
%44.62

CMYK Percentages of Color #a071dc

%27
%49
%0
%14

Triadic Colors of #a071dc

#a071dc #dca071 #71dca0

Analogous Colors of #a071dc

#a071dc #d671dc #7178dc

Monochromatic Colors of #a071dc

#a071dc

Complementary Color

#a071dc #addc71

#a071dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071dc Color CSS Codes

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

#a071dc Text Font Color

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

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


#a071dc Background Color

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

This div background color is #a071dc


#a071dc Border Color

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

This div border color is #a071dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071dc


Comments

No comments written yet.

Please login to write comment.