Color Hex Logo

#a72aed Color Hex

#A72AED
(167,42,237)
0 Favorites   0 Comments

Color spaces of #a72aed

RGB 16742237
HSL0.770.840.55
HSV278°82°93°
CMYK 0.300.820.00   0.07
XYZ32.050415.985881.5171
Yxy15.98580.24740.1234
Hunter Lab39.982273.1195-92.8948
CIE-Lab46.955976.6565-73.0598

#a72aed color RGB value is (167,42,237).

#a72aed hex color red value is 167, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a72aed hue: 0.77 , saturation: 0.84 and the lightness value of a72aed is 0.55.

The process color (four color CMYK) of #a72aed color hex is 0.30, 0.82, 0.00, 0.07. Web safe color of #a72aed is #9933ff. Color #a72aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 11101101
Octal 247 52 355
Decimal 167 42 237
Hex A7 2A ED

RGB Percentages of Color #a72aed

%37.44
%9.42
%53.14

CMYK Percentages of Color #a72aed

%30
%82
%0
%7

Triadic Colors of #a72aed

#a72aed #eda72a #2aeda7

Analogous Colors of #a72aed

#a72aed #ed2ad2 #462aed

Monochromatic Colors of #a72aed

#a72aed

Complementary Color

#a72aed #70ed2a

#a72aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72aed Color CSS Codes

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

#a72aed Text Font Color

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

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


#a72aed Background Color

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

This div background color is #a72aed


#a72aed Border Color

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

This div border color is #a72aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72aed


Comments

No comments written yet.

Please login to write comment.