Color Hex Logo

#a764eb Color Hex

#A764EB
(167,100,235)
0 Favorites   0 Comments

Color spaces of #a764eb

RGB 167100235
HSL0.750.770.66
HSV270°57°92°
CMYK 0.290.570.00   0.08
XYZ35.488923.328081.2295
Yxy23.32800.25340.1666
Hunter Lab48.299146.6338-65.9047
CIE-Lab55.408652.2476-58.2722

#a764eb color RGB value is (167,100,235).

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

The process color (four color CMYK) of #a764eb color hex is 0.29, 0.57, 0.00, 0.08. Web safe color of #a764eb is #9966ff. Color #a764eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100100 11101011
Octal 247 144 353
Decimal 167 100 235
Hex A7 64 EB

RGB Percentages of Color #a764eb

%33.27
%19.92
%46.81

CMYK Percentages of Color #a764eb

%29
%57
%0
%8

Triadic Colors of #a764eb

#a764eb #eba764 #64eba7

Analogous Colors of #a764eb

#a764eb #eb64eb #6465eb

Monochromatic Colors of #a764eb

#a764eb

Complementary Color

#a764eb #a8eb64

#a764eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a764eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a764eb Color CSS Codes

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

#a764eb Text Font Color

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

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


#a764eb Background Color

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

This div background color is #a764eb


#a764eb Border Color

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

This div border color is #a764eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a764eb


Comments

No comments written yet.

Please login to write comment.