Color Hex Logo

#a72ddd Color Hex

#A72DDD
(167,45,221)
0 Favorites   0 Comments

Color spaces of #a72ddd

RGB 16745221
HSL0.780.720.52
HSV282°80°87°
CMYK 0.240.800.00   0.13
XYZ29.925915.312769.7850
Yxy15.31270.26020.1331
Hunter Lab39.131468.0284-78.3427
CIE-Lab46.059572.6539-65.4379

#a72ddd color RGB value is (167,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101101 11011101
Octal 247 55 335
Decimal 167 45 221
Hex A7 2D DD

RGB Percentages of Color #a72ddd

%38.57
%10.39
%51.04

CMYK Percentages of Color #a72ddd

%24
%80
%0
%13

Triadic Colors of #a72ddd

#a72ddd #dda72d #2ddda7

Analogous Colors of #a72ddd

#a72ddd #dd2dbb #4f2ddd

Monochromatic Colors of #a72ddd

#a72ddd

Complementary Color

#a72ddd #63dd2d

#a72ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72ddd Color CSS Codes

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

#a72ddd Text Font Color

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

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


#a72ddd Background Color

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

This div background color is #a72ddd


#a72ddd Border Color

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

This div border color is #a72ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72ddd


Comments

No comments written yet.

Please login to write comment.