Color Hex Logo

#a70aef Color Hex

#A70AEF
(167,10,239)
0 Favorites   0 Comments

Color spaces of #a70aef

RGB 16710239
HSL0.780.920.49
HSV281°96°94°
CMYK 0.300.960.00   0.06
XYZ31.624914.664682.8251
Yxy14.66460.24490.1136
Hunter Lab38.294480.3966-101.4294
CIE-Lab45.171382.8014-77.1027

#a70aef color RGB value is (167,10,239).

#a70aef hex color red value is 167, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a70aef hue: 0.78 , saturation: 0.92 and the lightness value of a70aef is 0.49.

The process color (four color CMYK) of #a70aef color hex is 0.30, 0.96, 0.00, 0.06. Web safe color of #a70aef is #9900ff. Color #a70aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 11101111
Octal 247 12 357
Decimal 167 10 239
Hex A7 A EF

RGB Percentages of Color #a70aef

%40.14
%2.40
%57.45

CMYK Percentages of Color #a70aef

%30
%96
%0
%6

Triadic Colors of #a70aef

#a70aef #efa70a #0aefa7

Analogous Colors of #a70aef

#a70aef #ef0ac5 #350aef

Monochromatic Colors of #a70aef

#a70aef

Complementary Color

#a70aef #52ef0a

#a70aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70aef Color CSS Codes

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

#a70aef Text Font Color

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

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


#a70aef Background Color

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

This div background color is #a70aef


#a70aef Border Color

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

This div border color is #a70aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,10,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 #a70aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70aef


Comments

No comments written yet.

Please login to write comment.