Color Hex Logo

#a715ca Color Hex

#A715CA
(167,21,202)
0 Favorites   0 Comments

Color spaces of #a715ca

RGB 16721202
HSL0.800.810.44
HSV288°90°79°
CMYK 0.170.900.00   0.21
XYZ26.865213.016156.9735
Yxy13.01610.27740.1344
Hunter Lab36.077869.7830-68.3753
CIE-Lab42.787574.7416-59.8061

#a715ca color RGB value is (167,21,202).

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

The process color (four color CMYK) of #a715ca color hex is 0.17, 0.90, 0.00, 0.21. Web safe color of #a715ca is #9900cc. Color #a715ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010101 11001010
Octal 247 25 312
Decimal 167 21 202
Hex A7 15 CA

RGB Percentages of Color #a715ca

%42.82
%5.38
%51.79

CMYK Percentages of Color #a715ca

%17
%90
%0
%21

Triadic Colors of #a715ca

#a715ca #caa715 #15caa7

Analogous Colors of #a715ca

#a715ca #ca1593 #4c15ca

Monochromatic Colors of #a715ca

#a715ca

Complementary Color

#a715ca #38ca15

#a715ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a715ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a715ca Color CSS Codes

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

#a715ca Text Font Color

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

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


#a715ca Background Color

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

This div background color is #a715ca


#a715ca Border Color

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

This div border color is #a715ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a715ca


Comments

No comments written yet.

Please login to write comment.