Color Hex Logo

#a071ea Color Hex

#A071EA
(160,113,234)
0 Favorites   0 Comments

Color spaces of #a071ea

RGB 160113234
HSL0.730.740.68
HSV263°52°92°
CMYK 0.320.520.00   0.08
XYZ35.253625.224480.8526
Yxy25.22440.24940.1785
Hunter Lab50.223937.4025-60.2909
CIE-Lab57.293443.3259-54.7416

#a071ea color RGB value is (160,113,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11101010
Octal 240 161 352
Decimal 160 113 234
Hex A0 71 EA

RGB Percentages of Color #a071ea

%31.56
%22.29
%46.15

CMYK Percentages of Color #a071ea

%32
%52
%0
%8

Triadic Colors of #a071ea

#a071ea #eaa071 #71eaa0

Analogous Colors of #a071ea

#a071ea #dd71ea #717fea

Monochromatic Colors of #a071ea

#a071ea

Complementary Color

#a071ea #bbea71

#a071ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071ea Color CSS Codes

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

#a071ea Text Font Color

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

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


#a071ea Background Color

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

This div background color is #a071ea


#a071ea Border Color

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

This div border color is #a071ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071ea


Comments

No comments written yet.

Please login to write comment.