Color Hex Logo

#a72fdd Color Hex

#A72FDD
(167,47,221)
0 Favorites   0 Comments

Color spaces of #a72fdd

RGB 16747221
HSL0.780.720.53
HSV281°79°87°
CMYK 0.240.790.00   0.13
XYZ30.004015.469069.8110
Yxy15.46900.26030.1342
Hunter Lab39.330667.3429-77.7069
CIE-Lab46.270072.0425-65.0965

#a72fdd color RGB value is (167,47,221).

#a72fdd hex color red value is 167, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a72fdd hue: 0.78 , saturation: 0.72 and the lightness value of a72fdd is 0.53.

The process color (four color CMYK) of #a72fdd color hex is 0.24, 0.79, 0.00, 0.13. Web safe color of #a72fdd is #9933cc. Color #a72fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101111 11011101
Octal 247 57 335
Decimal 167 47 221
Hex A7 2F DD

RGB Percentages of Color #a72fdd

%38.39
%10.80
%50.80

CMYK Percentages of Color #a72fdd

%24
%79
%0
%13

Triadic Colors of #a72fdd

#a72fdd #dda72f #2fdda7

Analogous Colors of #a72fdd

#a72fdd #dd2fbc #502fdd

Monochromatic Colors of #a72fdd

#a72fdd

Complementary Color

#a72fdd #65dd2f

#a72fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72fdd Color CSS Codes

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

#a72fdd Text Font Color

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

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


#a72fdd Background Color

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

This div background color is #a72fdd


#a72fdd Border Color

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

This div border color is #a72fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,47,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a72fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a72fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #a72fdd;
  box-shadow:         1px 1px 3px 2px #a72fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,47,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72fdd


Comments

No comments written yet.

Please login to write comment.