Color Hex Logo

#a272ff Color Hex

#A272FF
(162,114,255)
0 Favorites   0 Comments

Color spaces of #a272ff

RGB 162114255
HSL0.721.000.72
HSV260°55°100°
CMYK 0.360.550.00   0.00
XYZ38.967626.936097.7531
Yxy26.93600.23810.1646
Hunter Lab51.899943.1969-75.3424
CIE-Lab58.915048.5330-63.7752

#a272ff color RGB value is (162,114,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110010 11111111
Octal 242 162 377
Decimal 162 114 255
Hex A2 72 FF

RGB Percentages of Color #a272ff

%30.51
%21.47
%48.02

CMYK Percentages of Color #a272ff

%36
%55
%0
%0

Triadic Colors of #a272ff

#a272ff #ffa272 #72ffa2

Analogous Colors of #a272ff

#a272ff #e972ff #7289ff

Monochromatic Colors of #a272ff

#a272ff

Complementary Color

#a272ff #cfff72

#a272ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a272ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a272ff Color CSS Codes

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

#a272ff Text Font Color

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

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


#a272ff Background Color

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

This div background color is #a272ff


#a272ff Border Color

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

This div border color is #a272ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,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 #a272ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a272ff


Comments

No comments written yet.

Please login to write comment.