Color Hex Logo

#a071ec Color Hex

#A071EC
(160,113,236)
0 Favorites   0 Comments

Color spaces of #a071ec

RGB 160113236
HSL0.730.760.68
HSV263°52°93°
CMYK 0.320.520.00   0.07
XYZ35.542725.340082.3747
Yxy25.34000.24810.1769
Hunter Lab50.338937.9403-61.7852
CIE-Lab57.405243.8234-55.6783

#a071ec color RGB value is (160,113,236).

#a071ec hex color red value is 160, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a071ec hue: 0.73 , saturation: 0.76 and the lightness value of a071ec is 0.68.

The process color (four color CMYK) of #a071ec color hex is 0.32, 0.52, 0.00, 0.07. Web safe color of #a071ec is #9966ff. Color #a071ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11101100
Octal 240 161 354
Decimal 160 113 236
Hex A0 71 EC

RGB Percentages of Color #a071ec

%31.43
%22.20
%46.37

CMYK Percentages of Color #a071ec

%32
%52
%0
%7

Triadic Colors of #a071ec

#a071ec #eca071 #71eca0

Analogous Colors of #a071ec

#a071ec #de71ec #7180ec

Monochromatic Colors of #a071ec

#a071ec

Complementary Color

#a071ec #bdec71

#a071ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071ec Color CSS Codes

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

#a071ec Text Font Color

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

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


#a071ec Background Color

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

This div background color is #a071ec


#a071ec Border Color

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

This div border color is #a071ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071ec


Comments

No comments written yet.

Please login to write comment.