Color Hex Logo

#a71fcf Color Hex

#A71FCF
(167,31,207)
0 Favorites   0 Comments

Color spaces of #a71fcf

RGB 16731207
HSL0.800.740.47
HSV286°85°81°
CMYK 0.190.850.00   0.19
XYZ27.688813.700560.2166
Yxy13.70050.27250.1348
Hunter Lab37.014268.7537-70.5461
CIE-Lab43.800373.6955-61.0616

#a71fcf color RGB value is (167,31,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011111 11001111
Octal 247 37 317
Decimal 167 31 207
Hex A7 1F CF

RGB Percentages of Color #a71fcf

%41.23
%7.65
%51.11

CMYK Percentages of Color #a71fcf

%19
%85
%0
%19

Triadic Colors of #a71fcf

#a71fcf #cfa71f #1fcfa7

Analogous Colors of #a71fcf

#a71fcf #cf1f9f #4f1fcf

Monochromatic Colors of #a71fcf

#a71fcf

Complementary Color

#a71fcf #47cf1f

#a71fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71fcf Color CSS Codes

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

#a71fcf Text Font Color

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

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


#a71fcf Background Color

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

This div background color is #a71fcf


#a71fcf Border Color

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

This div border color is #a71fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71fcf


Comments

No comments written yet.

Please login to write comment.