Color Hex Logo

#a072fc Color Hex

#A072FC
(160,114,252)
0 Favorites   0 Comments

Color spaces of #a072fc

RGB 160114252
HSL0.720.960.72
HSV260°55°99°
CMYK 0.370.550.00   0.01
XYZ38.085226.536595.2102
Yxy26.53650.23830.1660
Hunter Lab51.513641.8204-73.5235
CIE-Lab58.542847.3122-62.7292

#a072fc color RGB value is (160,114,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 11111100
Octal 240 162 374
Decimal 160 114 252
Hex A0 72 FC

RGB Percentages of Color #a072fc

%30.42
%21.67
%47.91

CMYK Percentages of Color #a072fc

%37
%55
%0
%1

Triadic Colors of #a072fc

#a072fc #fca072 #72fca0

Analogous Colors of #a072fc

#a072fc #e572fc #7289fc

Monochromatic Colors of #a072fc

#a072fc

Complementary Color

#a072fc #cefc72

#a072fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a072fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a072fc Color CSS Codes

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

#a072fc Text Font Color

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

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


#a072fc Background Color

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

This div background color is #a072fc


#a072fc Border Color

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

This div border color is #a072fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a072fc


Comments

No comments written yet.

Please login to write comment.