Color Hex Logo

#a708eb Color Hex

#A708EB
(167,8,235)
0 Favorites   0 Comments

Color spaces of #a708eb

RGB 1678235
HSL0.780.930.48
HSV282°97°92°
CMYK 0.290.970.00   0.08
XYZ31.018614.387379.7394
Yxy14.38730.24790.1150
Hunter Lab37.930679.5939-98.0907
CIE-Lab44.783382.2455-75.4757

#a708eb color RGB value is (167,8,235).

#a708eb hex color red value is 167, green value is 8 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a708eb hue: 0.78 , saturation: 0.93 and the lightness value of a708eb is 0.48.

The process color (four color CMYK) of #a708eb color hex is 0.29, 0.97, 0.00, 0.08. Web safe color of #a708eb is #9900ff. Color #a708eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001000 11101011
Octal 247 10 353
Decimal 167 8 235
Hex A7 8 EB

RGB Percentages of Color #a708eb

%40.73
%1.95
%57.32

CMYK Percentages of Color #a708eb

%29
%97
%0
%8

Triadic Colors of #a708eb

#a708eb #eba708 #08eba7

Analogous Colors of #a708eb

#a708eb #eb08be #3608eb

Monochromatic Colors of #a708eb

#a708eb

Complementary Color

#a708eb #4ceb08

#a708eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a708eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a708eb Color CSS Codes

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

#a708eb Text Font Color

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

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


#a708eb Background Color

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

This div background color is #a708eb


#a708eb Border Color

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

This div border color is #a708eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a708eb


Comments

No comments written yet.

Please login to write comment.