Color Hex Logo

#a711cd Color Hex

#A711CD
(167,17,205)
0 Favorites   0 Comments

Color spaces of #a711cd

RGB 16717205
HSL0.800.850.44
HSV288°92°80°
CMYK 0.190.920.00   0.20
XYZ27.156213.024258.8402
Yxy13.02420.27420.1315
Hunter Lab36.089171.1614-71.4051
CIE-Lab42.799775.8696-61.5263

#a711cd color RGB value is (167,17,205).

#a711cd hex color red value is 167, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a711cd hue: 0.80 , saturation: 0.85 and the lightness value of a711cd is 0.44.

The process color (four color CMYK) of #a711cd color hex is 0.19, 0.92, 0.00, 0.20. Web safe color of #a711cd is #9900cc. Color #a711cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 11001101
Octal 247 21 315
Decimal 167 17 205
Hex A7 11 CD

RGB Percentages of Color #a711cd

%42.93
%4.37
%52.70

CMYK Percentages of Color #a711cd

%19
%92
%0
%20

Triadic Colors of #a711cd

#a711cd #cda711 #11cda7

Analogous Colors of #a711cd

#a711cd #cd1195 #4911cd

Monochromatic Colors of #a711cd

#a711cd

Complementary Color

#a711cd #37cd11

#a711cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a711cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a711cd Color CSS Codes

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

#a711cd Text Font Color

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

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


#a711cd Background Color

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

This div background color is #a711cd


#a711cd Border Color

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

This div border color is #a711cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a711cd


Comments

No comments written yet.

Please login to write comment.