color codes Logo

#a700ef color codes

#A700EF
(167,0,239)
0 Favorites   0 Comments

Color spaces of #a700ef

RGB 1670239
HSL0.781.000.47
HSV282°100°94°
CMYK 0.301.000.00   0.06
XYZ31.516314.447582.7889
Yxy14.44750.24480.1122
Hunter Lab38.009981.4880-102.5320
CIE-Lab44.868083.7120-77.5991

#a700ef color RGB value is (167,0,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000000 11101111
Octal 247 0 357
Decimal 167 0 239
Hex A7 0 EF

RGB Percentages of Color #a700ef

%41.13
%0.00
%58.87

CMYK Percentages of Color #a700ef

%30
%100
%0
%6

Triadic Colors of #a700ef

#a700ef #efa700 #00efa7

Analogous Colors of #a700ef

#a700ef #ef00c0 #3000ef

Monochromatic Colors of #a700ef

#a700ef

Complementary Color

#a700ef #48ef00

#a700ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a700ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a700ef Color CSS Codes

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

#a700ef Text Font Color

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

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


#a700ef Background Color

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

This div background color is #a700ef


#a700ef Border Color

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

This div border color is #a700ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a700ef


Comments

No comments written yet.

Please login to write comment.