Color Hex Logo

#a711cf Color Hex

#A711CF
(167,17,207)
0 Favorites   0 Comments

Color spaces of #a711cf

RGB 16717207
HSL0.800.850.44
HSV287°92°81°
CMYK 0.190.920.00   0.19
XYZ27.399313.121460.1201
Yxy13.12140.27220.1304
Hunter Lab36.223571.6257-73.0472
CIE-Lab42.945676.2204-62.4475

#a711cf color RGB value is (167,17,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 11001111
Octal 247 21 317
Decimal 167 17 207
Hex A7 11 CF

RGB Percentages of Color #a711cf

%42.71
%4.35
%52.94

CMYK Percentages of Color #a711cf

%19
%92
%0
%19

Triadic Colors of #a711cf

#a711cf #cfa711 #11cfa7

Analogous Colors of #a711cf

#a711cf #cf1198 #4811cf

Monochromatic Colors of #a711cf

#a711cf

Complementary Color

#a711cf #39cf11

#a711cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a711cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a711cf Color CSS Codes

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

#a711cf Text Font Color

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

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


#a711cf Background Color

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

This div background color is #a711cf


#a711cf Border Color

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

This div border color is #a711cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a711cf


Comments

No comments written yet.

Please login to write comment.