color codes Logo

#a700fe color codes

#A700FE
(167,0,254)
0 Favorites   0 Comments

Color spaces of #a700fe

RGB 1670254
HSL0.781.000.50
HSV279°100°100°
CMYK 0.341.000.00   0.00
XYZ33.825715.371294.9501
Yxy15.37120.23470.1066
Hunter Lab39.206185.3930-116.1453
CIE-Lab46.138586.4903-83.9417

#a700fe color RGB value is (167,0,254).

#a700fe hex color red value is 167, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a700fe hue: 0.78 , saturation: 1.00 and the lightness value of a700fe is 0.50.

The process color (four color CMYK) of #a700fe color code is 0.34, 1.00, 0.00, 0.00. Web safe color of #a700fe is #9900ff. Color #a700fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000000 11111110
Octal 247 0 376
Decimal 167 0 254
Hex A7 0 FE

RGB Percentages of Color #a700fe

%39.67
%0.00
%60.33

CMYK Percentages of Color #a700fe

%34
%100
%0
%0

Triadic Colors of #a700fe

#a700fe #fea700 #00fea7

Analogous Colors of #a700fe

#a700fe #fe00d6 #2800fe

Monochromatic Colors of #a700fe

#a700fe

Complementary Color

#a700fe #57fe00

#a700fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a700fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a700fe Color CSS Codes

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

#a700fe Text Font Color

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

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


#a700fe Background Color

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

This div background color is #a700fe


#a700fe Border Color

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

This div border color is #a700fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a700fe


Comments

No comments written yet.

Please login to write comment.