Color Hex Logo

#a702ef Color Hex

#A702EF
(167,2,239)
0 Favorites   0 Comments

Color spaces of #a702ef

RGB 1672239
HSL0.780.980.47
HSV282°99°94°
CMYK 0.300.990.00   0.06
XYZ31.538014.490982.7961
Yxy14.49090.24480.1125
Hunter Lab38.066981.2681-102.3098
CIE-Lab44.928983.5290-77.4994

#a702ef color RGB value is (167,2,239).

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

The process color (four color CMYK) of #a702ef color hex is 0.30, 0.99, 0.00, 0.06. Web safe color of #a702ef is #9900ff. Color #a702ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000010 11101111
Octal 247 2 357
Decimal 167 2 239
Hex A7 2 EF

RGB Percentages of Color #a702ef

%40.93
%0.49
%58.58

CMYK Percentages of Color #a702ef

%30
%99
%0
%6

Triadic Colors of #a702ef

#a702ef #efa702 #02efa7

Analogous Colors of #a702ef

#a702ef #ef02c1 #3102ef

Monochromatic Colors of #a702ef

#a702ef

Complementary Color

#a702ef #4aef02

#a702ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a702ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a702ef Color CSS Codes

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

#a702ef Text Font Color

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

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


#a702ef Background Color

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

This div background color is #a702ef


#a702ef Border Color

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

This div border color is #a702ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a702ef


Comments

No comments written yet.

Please login to write comment.