Color Hex Logo

#a072ff Color Hex

#A072FF
(160,114,255)
0 Favorites   0 Comments

Color spaces of #a072ff

RGB 160114255
HSL0.721.000.72
HSV260°55°100°
CMYK 0.370.550.00   0.00
XYZ38.564526.728297.7342
Yxy26.72820.23660.1639
Hunter Lab51.699342.6762-75.8944
CIE-Lab58.721948.0803-64.0958

#a072ff color RGB value is (160,114,255).

#a072ff hex color red value is 160, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a072ff hue: 0.72 , saturation: 1.00 and the lightness value of a072ff is 0.72.

The process color (four color CMYK) of #a072ff color hex is 0.37, 0.55, 0.00, 0.00. Web safe color of #a072ff is #9966ff. Color #a072ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 11111111
Octal 240 162 377
Decimal 160 114 255
Hex A0 72 FF

RGB Percentages of Color #a072ff

%30.25
%21.55
%48.20

CMYK Percentages of Color #a072ff

%37
%55
%0
%0

Triadic Colors of #a072ff

#a072ff #ffa072 #72ffa0

Analogous Colors of #a072ff

#a072ff #e772ff #728bff

Monochromatic Colors of #a072ff

#a072ff

Complementary Color

#a072ff #d1ff72

#a072ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a072ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a072ff Color CSS Codes

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

#a072ff Text Font Color

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

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


#a072ff Background Color

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

This div background color is #a072ff


#a072ff Border Color

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

This div border color is #a072ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a072ff


Comments

No comments written yet.

Please login to write comment.