Color Hex Logo

#a072fb Color Hex

#A072FB
(160,114,251)
0 Favorites   0 Comments

Color spaces of #a072fb

RGB 160114251
HSL0.720.940.72
HSV260°55°98°
CMYK 0.360.550.00   0.02
XYZ37.927126.473294.3777
Yxy26.47320.23890.1667
Hunter Lab51.452141.5372-72.7381
CIE-Lab58.483547.0571-62.2724

#a072fb color RGB value is (160,114,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 11111011
Octal 240 162 373
Decimal 160 114 251
Hex A0 72 FB

RGB Percentages of Color #a072fb

%30.48
%21.71
%47.81

CMYK Percentages of Color #a072fb

%36
%55
%0
%2

Triadic Colors of #a072fb

#a072fb #fba072 #72fba0

Analogous Colors of #a072fb

#a072fb #e572fb #7289fb

Monochromatic Colors of #a072fb

#a072fb

Complementary Color

#a072fb #cdfb72

#a072fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a072fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a072fb Color CSS Codes

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

#a072fb Text Font Color

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

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


#a072fb Background Color

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

This div background color is #a072fb


#a072fb Border Color

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

This div border color is #a072fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a072fb


Comments

No comments written yet.

Please login to write comment.