Color Hex Logo

#a701ca Color Hex

#A701CA
(167,1,202)
0 Favorites   0 Comments

Color spaces of #a701ca

RGB 1671202
HSL0.800.990.40
HSV290°100°79°
CMYK 0.171.000.00   0.21
XYZ26.607912.501556.8877
Yxy12.50150.27720.1302
Hunter Lab35.357572.4528-70.6433
CIE-Lab42.002377.0751-61.0789

#a701ca color RGB value is (167,1,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000001 11001010
Octal 247 1 312
Decimal 167 1 202
Hex A7 1 CA

RGB Percentages of Color #a701ca

%45.14
%0.27
%54.59

CMYK Percentages of Color #a701ca

%17
%100
%0
%21

Triadic Colors of #a701ca

#a701ca #caa701 #01caa7

Analogous Colors of #a701ca

#a701ca #ca0189 #4301ca

Monochromatic Colors of #a701ca

#a701ca

Complementary Color

#a701ca #24ca01

#a701ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a701ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a701ca Color CSS Codes

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

#a701ca Text Font Color

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

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


#a701ca Background Color

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

This div background color is #a701ca


#a701ca Border Color

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

This div border color is #a701ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a701ca


Comments

No comments written yet.

Please login to write comment.