Color Hex Logo

#a704ca Color Hex

#A704CA
(167,4,202)
0 Favorites   0 Comments

Color spaces of #a704ca

RGB 1674202
HSL0.800.960.40
HSV289°98°79°
CMYK 0.170.980.00   0.21
XYZ26.640412.566656.8986
Yxy12.56660.27720.1308
Hunter Lab35.449472.1072-70.3497
CIE-Lab42.102876.7750-60.9159

#a704ca color RGB value is (167,4,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000100 11001010
Octal 247 4 312
Decimal 167 4 202
Hex A7 4 CA

RGB Percentages of Color #a704ca

%44.77
%1.07
%54.16

CMYK Percentages of Color #a704ca

%17
%98
%0
%21

Triadic Colors of #a704ca

#a704ca #caa704 #04caa7

Analogous Colors of #a704ca

#a704ca #ca048a #4404ca

Monochromatic Colors of #a704ca

#a704ca

Complementary Color

#a704ca #27ca04

#a704ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a704ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a704ca Color CSS Codes

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

#a704ca Text Font Color

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

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


#a704ca Background Color

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

This div background color is #a704ca


#a704ca Border Color

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

This div border color is #a704ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a704ca


Comments

No comments written yet.

Please login to write comment.