Color Hex Logo

#a272ba Color Hex

#A272BA
(162,114,186)
0 Favorites   0 Comments

Color spaces of #a272ba

RGB 162114186
HSL0.780.340.59
HSV280°39°73°
CMYK 0.130.390.00   0.27
XYZ29.780523.261249.3746
Yxy23.26120.29080.2271
Hunter Lab48.229925.8161-26.9363
CIE-Lab55.340432.0985-30.6536

#a272ba color RGB value is (162,114,186).

#a272ba hex color red value is 162, green value is 114 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a272ba hue: 0.78 , saturation: 0.34 and the lightness value of a272ba is 0.59.

The process color (four color CMYK) of #a272ba color hex is 0.13, 0.39, 0.00, 0.27. Web safe color of #a272ba is #9966cc. Color #a272ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110010 10111010
Octal 242 162 272
Decimal 162 114 186
Hex A2 72 BA

RGB Percentages of Color #a272ba

%35.06
%24.68
%40.26

CMYK Percentages of Color #a272ba

%13
%39
%0
%27

Triadic Colors of #a272ba

#a272ba #baa272 #72baa2

Analogous Colors of #a272ba

#a272ba #ba72ae #7e72ba

Monochromatic Colors of #a272ba

#a272ba

Complementary Color

#a272ba #8aba72

#a272ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a272ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a272ba Color CSS Codes

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

#a272ba Text Font Color

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

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


#a272ba Background Color

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

This div background color is #a272ba


#a272ba Border Color

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

This div border color is #a272ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a272ba


Comments

No comments written yet.

Please login to write comment.