Color Hex Logo

#a768eb Color Hex

#A768EB
(167,104,235)
0 Favorites   0 Comments

Color spaces of #a768eb

RGB 167104235
HSL0.750.770.66
HSV269°56°92°
CMYK 0.290.560.00   0.08
XYZ35.882124.114381.3606
Yxy24.11430.25380.1706
Hunter Lab49.106344.4943-63.8588
CIE-Lab56.202150.1524-57.0017

#a768eb color RGB value is (167,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 11101011
Octal 247 150 353
Decimal 167 104 235
Hex A7 68 EB

RGB Percentages of Color #a768eb

%33.00
%20.55
%46.44

CMYK Percentages of Color #a768eb

%29
%56
%0
%8

Triadic Colors of #a768eb

#a768eb #eba768 #68eba7

Analogous Colors of #a768eb

#a768eb #e968eb #686beb

Monochromatic Colors of #a768eb

#a768eb

Complementary Color

#a768eb #aceb68

#a768eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a768eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a768eb Color CSS Codes

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

#a768eb Text Font Color

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

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


#a768eb Background Color

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

This div background color is #a768eb


#a768eb Border Color

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

This div border color is #a768eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a768eb


Comments

No comments written yet.

Please login to write comment.