Color Hex Logo

#a700ce Color Hex

#A700CE
(167,0,206)
0 Favorites   0 Comments

Color spaces of #a700ce

RGB 1670206
HSL0.801.000.40
HSV289°100°81°
CMYK 0.191.000.00   0.19
XYZ27.076912.671759.4113
Yxy12.67170.27310.1278
Hunter Lab35.597373.4796-74.0358
CIE-Lab42.264477.8562-62.9747

#a700ce color RGB value is (167,0,206).

#a700ce hex color red value is 167, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a700ce hue: 0.80 , saturation: 1.00 and the lightness value of a700ce is 0.40.

The process color (four color CMYK) of #a700ce color hex is 0.19, 1.00, 0.00, 0.19. Web safe color of #a700ce is #9900cc. Color #a700ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000000 11001110
Octal 247 0 316
Decimal 167 0 206
Hex A7 0 CE

RGB Percentages of Color #a700ce

%44.77
%0.00
%55.23

CMYK Percentages of Color #a700ce

%19
%100
%0
%19

Triadic Colors of #a700ce

#a700ce #cea700 #00cea7

Analogous Colors of #a700ce

#a700ce #ce008e #4000ce

Monochromatic Colors of #a700ce

#a700ce

Complementary Color

#a700ce #27ce00

#a700ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a700ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a700ce Color CSS Codes

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

#a700ce Text Font Color

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

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


#a700ce Background Color

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

This div background color is #a700ce


#a700ce Border Color

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

This div border color is #a700ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a700ce


Comments

No comments written yet.

Please login to write comment.