Color Hex Logo

#a71dce Color Hex

#A71DCE
(167,29,206)
0 Favorites   0 Comments

Color spaces of #a71dce

RGB 16729206
HSL0.800.750.46
HSV287°86°81°
CMYK 0.190.860.00   0.19
XYZ27.516313.550559.5577
Yxy13.55050.27350.1347
Hunter Lab36.811069.0099-70.1595
CIE-Lab43.581373.9499-60.8383

#a71dce color RGB value is (167,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011101 11001110
Octal 247 35 316
Decimal 167 29 206
Hex A7 1D CE

RGB Percentages of Color #a71dce

%41.54
%7.21
%51.24

CMYK Percentages of Color #a71dce

%19
%86
%0
%19

Triadic Colors of #a71dce

#a71dce #cea71d #1dcea7

Analogous Colors of #a71dce

#a71dce #ce1d9d #4e1dce

Monochromatic Colors of #a71dce

#a71dce

Complementary Color

#a71dce #44ce1d

#a71dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71dce Color CSS Codes

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

#a71dce Text Font Color

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

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


#a71dce Background Color

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

This div background color is #a71dce


#a71dce Border Color

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

This div border color is #a71dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71dce


Comments

No comments written yet.

Please login to write comment.