Color Hex Logo

#a72adc Color Hex

#A72ADC
(167,42,220)
0 Favorites   0 Comments

Color spaces of #a72adc

RGB 16742220
HSL0.780.720.51
HSV282°81°86°
CMYK 0.240.810.00   0.14
XYZ29.682615.038769.0485
Yxy15.03870.26090.1322
Hunter Lab38.779868.7619-78.4217
CIE-Lab45.687273.3347-65.4711

#a72adc color RGB value is (167,42,220).

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

The process color (four color CMYK) of #a72adc color hex is 0.24, 0.81, 0.00, 0.14. Web safe color of #a72adc is #9933cc. Color #a72adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 11011100
Octal 247 52 334
Decimal 167 42 220
Hex A7 2A DC

RGB Percentages of Color #a72adc

%38.93
%9.79
%51.28

CMYK Percentages of Color #a72adc

%24
%81
%0
%14

Triadic Colors of #a72adc

#a72adc #dca72a #2adca7

Analogous Colors of #a72adc

#a72adc #dc2ab8 #4e2adc

Monochromatic Colors of #a72adc

#a72adc

Complementary Color

#a72adc #5fdc2a

#a72adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72adc Color CSS Codes

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

#a72adc Text Font Color

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

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


#a72adc Background Color

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

This div background color is #a72adc


#a72adc Border Color

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

This div border color is #a72adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72adc


Comments

No comments written yet.

Please login to write comment.