Color Hex Logo

#a708fc Color Hex

#A708FC
(167,8,252)
0 Favorites   0 Comments

Color spaces of #a708fc

RGB 1678252
HSL0.780.980.51
HSV279°97°99°
CMYK 0.340.970.00   0.01
XYZ33.593915.417493.3007
Yxy15.41740.23610.1083
Hunter Lab39.265084.0053-113.3982
CIE-Lab46.200785.4110-82.7216

#a708fc color RGB value is (167,8,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001000 11111100
Octal 247 10 374
Decimal 167 8 252
Hex A7 8 FC

RGB Percentages of Color #a708fc

%39.11
%1.87
%59.02

CMYK Percentages of Color #a708fc

%34
%97
%0
%1

Triadic Colors of #a708fc

#a708fc #fca708 #08fca7

Analogous Colors of #a708fc

#a708fc #fc08d7 #2d08fc

Monochromatic Colors of #a708fc

#a708fc

Complementary Color

#a708fc #5dfc08

#a708fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a708fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a708fc Color CSS Codes

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

#a708fc Text Font Color

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

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


#a708fc Background Color

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

This div background color is #a708fc


#a708fc Border Color

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

This div border color is #a708fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a708fc


Comments

No comments written yet.

Please login to write comment.