Color Hex Logo

#a720c0 Color Hex

#A720C0
(167,32,192)
0 Favorites   0 Comments

Color spaces of #a720c0

RGB 16732192
HSL0.810.710.44
HSV291°83°75°
CMYK 0.130.830.00   0.25
XYZ25.967313.054351.0203
Yxy13.05430.28840.1450
Hunter Lab36.130765.0599-58.4320
CIE-Lab42.844970.7968-53.8859

#a720c0 color RGB value is (167,32,192).

#a720c0 hex color red value is 167, green value is 32 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a720c0 hue: 0.81 , saturation: 0.71 and the lightness value of a720c0 is 0.44.

The process color (four color CMYK) of #a720c0 color hex is 0.13, 0.83, 0.00, 0.25. Web safe color of #a720c0 is #9933cc. Color #a720c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100000 11000000
Octal 247 40 300
Decimal 167 32 192
Hex A7 20 C0

RGB Percentages of Color #a720c0

%42.71
%8.18
%49.10

CMYK Percentages of Color #a720c0

%13
%83
%0
%25

Triadic Colors of #a720c0

#a720c0 #c0a720 #20c0a7

Analogous Colors of #a720c0

#a720c0 #c02089 #5720c0

Monochromatic Colors of #a720c0

#a720c0

Complementary Color

#a720c0 #39c020

#a720c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a720c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a720c0 Color CSS Codes

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

#a720c0 Text Font Color

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

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


#a720c0 Background Color

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

This div background color is #a720c0


#a720c0 Border Color

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

This div border color is #a720c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a720c0


Comments

No comments written yet.

Please login to write comment.