Color Hex Logo

#a71fca Color Hex

#A71FCA
(167,31,202)
0 Favorites   0 Comments

Color spaces of #a71fca

RGB 16731202
HSL0.800.730.46
HSV288°85°79°
CMYK 0.170.850.00   0.21
XYZ27.087013.459757.0475
Yxy13.45970.27750.1379
Hunter Lab36.687567.5866-66.5123
CIE-Lab43.447972.7957-58.7372

#a71fca color RGB value is (167,31,202).

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

The process color (four color CMYK) of #a71fca color hex is 0.17, 0.85, 0.00, 0.21. Web safe color of #a71fca is #9933cc. Color #a71fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011111 11001010
Octal 247 37 312
Decimal 167 31 202
Hex A7 1F CA

RGB Percentages of Color #a71fca

%41.75
%7.75
%50.50

CMYK Percentages of Color #a71fca

%17
%85
%0
%21

Triadic Colors of #a71fca

#a71fca #caa71f #1fcaa7

Analogous Colors of #a71fca

#a71fca #ca1f98 #521fca

Monochromatic Colors of #a71fca

#a71fca

Complementary Color

#a71fca #42ca1f

#a71fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71fca Color CSS Codes

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

#a71fca Text Font Color

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

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


#a71fca Background Color

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

This div background color is #a71fca


#a71fca Border Color

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

This div border color is #a71fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71fca


Comments

No comments written yet.

Please login to write comment.