Color Hex Logo

#a708ff Color Hex

#A708FF
(167,8,255)
0 Favorites   0 Comments

Color spaces of #a708ff

RGB 1678255
HSL0.771.000.52
HSV279°97°100°
CMYK 0.350.970.00   0.00
XYZ34.073215.609295.8248
Yxy15.60920.23420.1073
Hunter Lab39.508584.8035-116.1474
CIE-Lab46.457585.9771-83.9766

#a708ff color RGB value is (167,8,255).

#a708ff hex color red value is 167, green value is 8 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a708ff hue: 0.77 , saturation: 1.00 and the lightness value of a708ff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001000 11111111
Octal 247 10 377
Decimal 167 8 255
Hex A7 8 FF

RGB Percentages of Color #a708ff

%38.84
%1.86
%59.30

CMYK Percentages of Color #a708ff

%35
%97
%0
%0

Triadic Colors of #a708ff

#a708ff #ffa708 #08ffa7

Analogous Colors of #a708ff

#a708ff #ff08dc #2c08ff

Monochromatic Colors of #a708ff

#a708ff

Complementary Color

#a708ff #60ff08

#a708ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a708ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a708ff Color CSS Codes

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

#a708ff Text Font Color

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

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


#a708ff Background Color

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

This div background color is #a708ff


#a708ff Border Color

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

This div border color is #a708ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a708ff


Comments

No comments written yet.

Please login to write comment.