Color Hex Logo

#a07eef Color Hex

#A07EEF
(160,126,239)
0 Favorites   0 Comments

Color spaces of #a07eef

RGB 160126239
HSL0.720.780.72
HSV258°47°94°
CMYK 0.330.470.00   0.06
XYZ37.538028.627385.2085
Yxy28.62730.24800.1891
Hunter Lab53.504531.6003-56.9691
CIE-Lab60.451337.3122-52.4926

#a07eef color RGB value is (160,126,239).

#a07eef hex color red value is 160, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a07eef hue: 0.72 , saturation: 0.78 and the lightness value of a07eef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111110 11101111
Octal 240 176 357
Decimal 160 126 239
Hex A0 7E EF

RGB Percentages of Color #a07eef

%30.48
%24.00
%45.52

CMYK Percentages of Color #a07eef

%33
%47
%0
%6

Triadic Colors of #a07eef

#a07eef #efa07e #7eefa0

Analogous Colors of #a07eef

#a07eef #d97eef #7e95ef

Monochromatic Colors of #a07eef

#a07eef

Complementary Color

#a07eef #cdef7e

#a07eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07eef Color CSS Codes

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

#a07eef Text Font Color

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

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


#a07eef Background Color

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

This div background color is #a07eef


#a07eef Border Color

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

This div border color is #a07eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07eef


Comments

No comments written yet.

Please login to write comment.