Color Hex Logo

#a767eb Color Hex

#A767EB
(167,103,235)
0 Favorites   0 Comments

Color spaces of #a767eb

RGB 167103235
HSL0.750.770.66
HSV269°56°92°
CMYK 0.290.560.00   0.08
XYZ35.782023.914181.3272
Yxy23.91410.25370.1696
Hunter Lab48.902045.0312-64.3716
CIE-Lab56.001750.6797-57.3224

#a767eb color RGB value is (167,103,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 11101011
Octal 247 147 353
Decimal 167 103 235
Hex A7 67 EB

RGB Percentages of Color #a767eb

%33.07
%20.40
%46.53

CMYK Percentages of Color #a767eb

%29
%56
%0
%8

Triadic Colors of #a767eb

#a767eb #eba767 #67eba7

Analogous Colors of #a767eb

#a767eb #e967eb #6769eb

Monochromatic Colors of #a767eb

#a767eb

Complementary Color

#a767eb #abeb67

#a767eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a767eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a767eb Color CSS Codes

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

#a767eb Text Font Color

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

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


#a767eb Background Color

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

This div background color is #a767eb


#a767eb Border Color

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

This div border color is #a767eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a767eb


Comments

No comments written yet.

Please login to write comment.