Color Hex Logo

#a708bc Color Hex

#A708BC
(167,8,188)
0 Favorites   0 Comments

Color spaces of #a708bc

RGB 1678188
HSL0.810.920.38
HSV293°96°74°
CMYK 0.110.960.00   0.26
XYZ25.100312.020048.5741
Yxy12.02000.29290.1403
Hunter Lab34.669968.5582-58.7991
CIE-Lab41.247974.0289-54.1160

#a708bc color RGB value is (167,8,188).

#a708bc hex color red value is 167, green value is 8 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a708bc hue: 0.81 , saturation: 0.92 and the lightness value of a708bc is 0.38.

The process color (four color CMYK) of #a708bc color hex is 0.11, 0.96, 0.00, 0.26. Web safe color of #a708bc is #9900cc. Color #a708bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001000 10111100
Octal 247 10 274
Decimal 167 8 188
Hex A7 8 BC

RGB Percentages of Color #a708bc

%46.01
%2.20
%51.79

CMYK Percentages of Color #a708bc

%11
%96
%0
%26

Triadic Colors of #a708bc

#a708bc #bca708 #08bca7

Analogous Colors of #a708bc

#a708bc #bc0877 #4d08bc

Monochromatic Colors of #a708bc

#a708bc

Complementary Color

#a708bc #1dbc08

#a708bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a708bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a708bc Color CSS Codes

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

#a708bc Text Font Color

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

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


#a708bc Background Color

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

This div background color is #a708bc


#a708bc Border Color

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

This div border color is #a708bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a708bc


Comments

No comments written yet.

Please login to write comment.