Color Hex Logo

#a72ce6 Color Hex

#A72CE6
(167,44,230)
0 Favorites   0 Comments

Color spaces of #a72ce6

RGB 16744230
HSL0.780.790.54
HSV280°81°90°
CMYK 0.270.810.00   0.10
XYZ31.120015.730076.2589
Yxy15.73000.25280.1278
Hunter Lab39.661170.6529-86.2380
CIE-Lab46.618274.7111-69.6500

#a72ce6 color RGB value is (167,44,230).

#a72ce6 hex color red value is 167, green value is 44 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #a72ce6 hue: 0.78 , saturation: 0.79 and the lightness value of a72ce6 is 0.54.

The process color (four color CMYK) of #a72ce6 color hex is 0.27, 0.81, 0.00, 0.10. Web safe color of #a72ce6 is #9933ff. Color #a72ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101100 11100110
Octal 247 54 346
Decimal 167 44 230
Hex A7 2C E6

RGB Percentages of Color #a72ce6

%37.87
%9.98
%52.15

CMYK Percentages of Color #a72ce6

%27
%81
%0
%10

Triadic Colors of #a72ce6

#a72ce6 #e6a72c #2ce6a7

Analogous Colors of #a72ce6

#a72ce6 #e62cc8 #4a2ce6

Monochromatic Colors of #a72ce6

#a72ce6

Complementary Color

#a72ce6 #6be62c

#a72ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72ce6 Color CSS Codes

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

#a72ce6 Text Font Color

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

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


#a72ce6 Background Color

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

This div background color is #a72ce6


#a72ce6 Border Color

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

This div border color is #a72ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72ce6


Comments

No comments written yet.

Please login to write comment.