Color Hex Logo

#a272de Color Hex

#A272DE
(162,114,222)
0 Favorites   0 Comments

Color spaces of #a272de

RGB 162114222
HSL0.740.620.66
HSV267°49°87°
CMYK 0.270.490.00   0.13
XYZ34.102424.989972.1334
Yxy24.98990.25990.1904
Hunter Lab49.989934.2878-50.5601
CIE-Lab57.065640.3542-48.3749

#a272de color RGB value is (162,114,222).

#a272de hex color red value is 162, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a272de hue: 0.74 , saturation: 0.62 and the lightness value of a272de is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110010 11011110
Octal 242 162 336
Decimal 162 114 222
Hex A2 72 DE

RGB Percentages of Color #a272de

%32.53
%22.89
%44.58

CMYK Percentages of Color #a272de

%27
%49
%0
%13

Triadic Colors of #a272de

#a272de #dea272 #72dea2

Analogous Colors of #a272de

#a272de #d872de #7278de

Monochromatic Colors of #a272de

#a272de

Complementary Color

#a272de #aede72

#a272de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a272de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a272de Color CSS Codes

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

#a272de Text Font Color

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

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


#a272de Background Color

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

This div background color is #a272de


#a272de Border Color

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

This div border color is #a272de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a272de


Comments

No comments written yet.

Please login to write comment.