Color Hex Logo

#a701cf Color Hex

#A701CF
(167,1,207)
0 Favorites   0 Comments

Color spaces of #a701cf

RGB 1671207
HSL0.800.990.41
HSV288°100°81°
CMYK 0.191.000.00   0.19
XYZ27.209712.742260.0569
Yxy12.74220.27210.1274
Hunter Lab35.696273.5945-74.7648
CIE-Lab42.372277.9283-63.3786

#a701cf color RGB value is (167,1,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000001 11001111
Octal 247 1 317
Decimal 167 1 207
Hex A7 1 CF

RGB Percentages of Color #a701cf

%44.53
%0.27
%55.20

CMYK Percentages of Color #a701cf

%19
%100
%0
%19

Triadic Colors of #a701cf

#a701cf #cfa701 #01cfa7

Analogous Colors of #a701cf

#a701cf #cf0190 #4001cf

Monochromatic Colors of #a701cf

#a701cf

Complementary Color

#a701cf #29cf01

#a701cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a701cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a701cf Color CSS Codes

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

#a701cf Text Font Color

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

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


#a701cf Background Color

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

This div background color is #a701cf


#a701cf Border Color

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

This div border color is #a701cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a701cf


Comments

No comments written yet.

Please login to write comment.