Color Hex Logo

#a071e9 Color Hex

#A071E9
(160,113,233)
0 Favorites   0 Comments

Color spaces of #a071e9

RGB 160113233
HSL0.730.730.68
HSV264°52°91°
CMYK 0.310.520.00   0.09
XYZ35.110325.167080.0980
Yxy25.16700.25010.1793
Hunter Lab50.166737.1354-59.5478
CIE-Lab57.237843.0783-54.2723

#a071e9 color RGB value is (160,113,233).

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

The process color (four color CMYK) of #a071e9 color hex is 0.31, 0.52, 0.00, 0.09. Web safe color of #a071e9 is #9966ff. Color #a071e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11101001
Octal 240 161 351
Decimal 160 113 233
Hex A0 71 E9

RGB Percentages of Color #a071e9

%31.62
%22.33
%46.05

CMYK Percentages of Color #a071e9

%31
%52
%0
%9

Triadic Colors of #a071e9

#a071e9 #e9a071 #71e9a0

Analogous Colors of #a071e9

#a071e9 #dc71e9 #717ee9

Monochromatic Colors of #a071e9

#a071e9

Complementary Color

#a071e9 #bae971

#a071e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071e9 Color CSS Codes

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

#a071e9 Text Font Color

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

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


#a071e9 Background Color

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

This div background color is #a071e9


#a071e9 Border Color

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

This div border color is #a071e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071e9


Comments

No comments written yet.

Please login to write comment.