Color Hex Logo

#a07aed Color Hex

#A07AED
(160,122,237)
0 Favorites   0 Comments

Color spaces of #a07aed

RGB 160122237
HSL0.720.760.70
HSV260°49°93°
CMYK 0.320.490.00   0.07
XYZ36.742827.507183.4936
Yxy27.50710.24870.1862
Hunter Lab52.447233.2686-57.6740
CIE-Lab59.440839.0588-52.9900

#a07aed color RGB value is (160,122,237).

#a07aed hex color red value is 160, green value is 122 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a07aed hue: 0.72 , saturation: 0.76 and the lightness value of a07aed is 0.70.

The process color (four color CMYK) of #a07aed color hex is 0.32, 0.49, 0.00, 0.07. Web safe color of #a07aed is #9966ff. Color #a07aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111010 11101101
Octal 240 172 355
Decimal 160 122 237
Hex A0 7A ED

RGB Percentages of Color #a07aed

%30.83
%23.51
%45.66

CMYK Percentages of Color #a07aed

%32
%49
%0
%7

Triadic Colors of #a07aed

#a07aed #eda07a #7aeda0

Analogous Colors of #a07aed

#a07aed #da7aed #7a8eed

Monochromatic Colors of #a07aed

#a07aed

Complementary Color

#a07aed #c7ed7a

#a07aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07aed Color CSS Codes

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

#a07aed Text Font Color

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

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


#a07aed Background Color

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

This div background color is #a07aed


#a07aed Border Color

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

This div border color is #a07aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07aed


Comments

No comments written yet.

Please login to write comment.