Color Hex Logo

#a272fd Color Hex

#A272FD
(162,114,253)
0 Favorites   0 Comments

Color spaces of #a272fd

RGB 162114253
HSL0.720.970.72
HSV261°55°99°
CMYK 0.360.550.00   0.01
XYZ38.647226.807996.0660
Yxy26.80790.23930.1660
Hunter Lab51.776342.6284-73.7634
CIE-Lab58.796148.0248-62.8639

#a272fd color RGB value is (162,114,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110010 11111101
Octal 242 162 375
Decimal 162 114 253
Hex A2 72 FD

RGB Percentages of Color #a272fd

%30.62
%21.55
%47.83

CMYK Percentages of Color #a272fd

%36
%55
%0
%1

Triadic Colors of #a272fd

#a272fd #fda272 #72fda2

Analogous Colors of #a272fd

#a272fd #e872fd #7288fd

Monochromatic Colors of #a272fd

#a272fd

Complementary Color

#a272fd #cdfd72

#a272fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a272fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a272fd Color CSS Codes

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

#a272fd Text Font Color

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

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


#a272fd Background Color

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

This div background color is #a272fd


#a272fd Border Color

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

This div border color is #a272fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a272fd

Related Colors


Comments

No comments written yet.

Please login to write comment.