Color Hex Logo

#a715dc Color Hex

#A715DC
(167,21,220)
0 Favorites   0 Comments

Color spaces of #a715dc

RGB 16721220
HSL0.790.830.47
HSV284°90°86°
CMYK 0.240.900.00   0.14
XYZ29.122813.919168.8619
Yxy13.91910.26020.1244
Hunter Lab37.308374.0472-83.3188
CIE-Lab44.116777.9578-68.0239

#a715dc color RGB value is (167,21,220).

#a715dc hex color red value is 167, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a715dc hue: 0.79 , saturation: 0.83 and the lightness value of a715dc is 0.47.

The process color (four color CMYK) of #a715dc color hex is 0.24, 0.90, 0.00, 0.14. Web safe color of #a715dc is #9900cc. Color #a715dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 11011100
Octal 247 25 334
Decimal 167 21 220
Hex A7 15 DC

RGB Percentages of Color #a715dc

%40.93
%5.15
%53.92

CMYK Percentages of Color #a715dc

%24
%90
%0
%14

Triadic Colors of #a715dc

#a715dc #dca715 #15dca7

Analogous Colors of #a715dc

#a715dc #dc15ae #4415dc

Monochromatic Colors of #a715dc

#a715dc

Complementary Color

#a715dc #4adc15

#a715dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a715dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a715dc Color CSS Codes

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

#a715dc Text Font Color

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

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


#a715dc Background Color

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

This div background color is #a715dc


#a715dc Border Color

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

This div border color is #a715dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a715dc


Comments

No comments written yet.

Please login to write comment.