Color Hex Logo

#a071ef Color Hex

#A071EF
(160,113,239)
0 Favorites   0 Comments

Color spaces of #a071ef

RGB 160113239
HSL0.730.800.69
HSV262°53°94°
CMYK 0.330.530.00   0.06
XYZ35.982325.515884.6899
Yxy25.51580.24610.1745
Hunter Lab50.513238.7538-64.0458
CIE-Lab57.574644.5724-57.0778

#a071ef color RGB value is (160,113,239).

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

The process color (four color CMYK) of #a071ef color hex is 0.33, 0.53, 0.00, 0.06. Web safe color of #a071ef is #9966ff. Color #a071ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11101111
Octal 240 161 357
Decimal 160 113 239
Hex A0 71 EF

RGB Percentages of Color #a071ef

%31.25
%22.07
%46.68

CMYK Percentages of Color #a071ef

%33
%53
%0
%6

Triadic Colors of #a071ef

#a071ef #efa071 #71efa0

Analogous Colors of #a071ef

#a071ef #df71ef #7181ef

Monochromatic Colors of #a071ef

#a071ef

Complementary Color

#a071ef #c0ef71

#a071ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071ef Color CSS Codes

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

#a071ef Text Font Color

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

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


#a071ef Background Color

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

This div background color is #a071ef


#a071ef Border Color

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

This div border color is #a071ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071ef


Comments

No comments written yet.

Please login to write comment.