Color Hex Logo

#a07eeb Color Hex

#A07EEB
(160,126,235)
0 Favorites   0 Comments

Color spaces of #a07eeb

RGB 160126235
HSL0.720.730.71
HSV259°46°92°
CMYK 0.320.460.00   0.08
XYZ36.953528.393582.1301
Yxy28.39350.25060.1925
Hunter Lab53.285630.5399-54.0850
CIE-Lab60.242636.2977-50.6057

#a07eeb color RGB value is (160,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111110 11101011
Octal 240 176 353
Decimal 160 126 235
Hex A0 7E EB

RGB Percentages of Color #a07eeb

%30.71
%24.18
%45.11

CMYK Percentages of Color #a07eeb

%32
%46
%0
%8

Triadic Colors of #a07eeb

#a07eeb #eba07e #7eeba0

Analogous Colors of #a07eeb

#a07eeb #d77eeb #7e93eb

Monochromatic Colors of #a07eeb

#a07eeb

Complementary Color

#a07eeb #c9eb7e

#a07eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07eeb Color CSS Codes

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

#a07eeb Text Font Color

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

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


#a07eeb Background Color

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

This div background color is #a07eeb


#a07eeb Border Color

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

This div border color is #a07eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07eeb


Comments

No comments written yet.

Please login to write comment.