Color Hex Logo

#a764ce Color Hex

#A764CE
(167,100,206)
0 Favorites   0 Comments

Color spaces of #a764ce

RGB 167100206
HSL0.770.520.60
HSV278°51°81°
CMYK 0.190.510.00   0.19
XYZ31.634121.786160.9303
Yxy21.78610.27660.1905
Hunter Lab46.675639.2951-44.7243
CIE-Lab53.799345.6455-44.4679

#a764ce color RGB value is (167,100,206).

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

The process color (four color CMYK) of #a764ce color hex is 0.19, 0.51, 0.00, 0.19. Web safe color of #a764ce is #9966cc. Color #a764ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100100 11001110
Octal 247 144 316
Decimal 167 100 206
Hex A7 64 CE

RGB Percentages of Color #a764ce

%35.31
%21.14
%43.55

CMYK Percentages of Color #a764ce

%19
%51
%0
%19

Triadic Colors of #a764ce

#a764ce #cea764 #64cea7

Analogous Colors of #a764ce

#a764ce #ce64c0 #7264ce

Monochromatic Colors of #a764ce

#a764ce

Complementary Color

#a764ce #8bce64

#a764ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a764ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a764ce Color CSS Codes

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

#a764ce Text Font Color

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

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


#a764ce Background Color

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

This div background color is #a764ce


#a764ce Border Color

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

This div border color is #a764ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,100,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 #a764ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a764ce


Comments

No comments written yet.

Please login to write comment.