Color Hex Logo

#a76deb Color Hex

#A76DEB
(167,109,235)
0 Favorites   0 Comments

Color spaces of #a76deb

RGB 167109235
HSL0.740.760.67
HSV268°54°92°
CMYK 0.290.540.00   0.08
XYZ36.400425.150981.5334
Yxy25.15090.25440.1758
Hunter Lab50.150741.7953-61.2864
CIE-Lab57.222247.4870-55.3713

#a76deb color RGB value is (167,109,235).

#a76deb hex color red value is 167, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a76deb hue: 0.74 , saturation: 0.76 and the lightness value of a76deb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11101011
Octal 247 155 353
Decimal 167 109 235
Hex A7 6D EB

RGB Percentages of Color #a76deb

%32.68
%21.33
%45.99

CMYK Percentages of Color #a76deb

%29
%54
%0
%8

Triadic Colors of #a76deb

#a76deb #eba76d #6deba7

Analogous Colors of #a76deb

#a76deb #e66deb #6d72eb

Monochromatic Colors of #a76deb

#a76deb

Complementary Color

#a76deb #b1eb6d

#a76deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76deb Color CSS Codes

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

#a76deb Text Font Color

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

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


#a76deb Background Color

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

This div background color is #a76deb


#a76deb Border Color

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

This div border color is #a76deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76deb


Comments

No comments written yet.

Please login to write comment.