Color Hex Logo

#a007af Color Hex

#A007AF
(160,7,175)
0 Favorites   0 Comments

Color spaces of #a007af

RGB 1607175
HSL0.820.920.36
HSV295°96°69°
CMYK 0.090.960.00   0.31
XYZ22.311010.720741.4508
Yxy10.72070.29950.1439
Hunter Lab32.742564.3321-52.1393
CIE-Lab39.106070.9090-49.9405

#a007af color RGB value is (160,7,175).

#a007af hex color red value is 160, green value is 7 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a007af hue: 0.82 , saturation: 0.92 and the lightness value of a007af is 0.36.

The process color (four color CMYK) of #a007af color hex is 0.09, 0.96, 0.00, 0.31. Web safe color of #a007af is #990099. Color #a007af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 10101111
Octal 240 7 257
Decimal 160 7 175
Hex A0 7 AF

RGB Percentages of Color #a007af

%46.78
%2.05
%51.17

CMYK Percentages of Color #a007af

%9
%96
%0
%31

Triadic Colors of #a007af

#a007af #afa007 #07afa0

Analogous Colors of #a007af

#a007af #af076a #4c07af

Monochromatic Colors of #a007af

#a007af

Complementary Color

#a007af #16af07

#a007af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a007af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a007af Color CSS Codes

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

#a007af Text Font Color

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

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


#a007af Background Color

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

This div background color is #a007af


#a007af Border Color

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

This div border color is #a007af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a007af


Comments

No comments written yet.

Please login to write comment.