color codes Logo

#a76bea color codes

#A76BEA
(167,107,234)
0 Favorites   0 Comments

Color spaces of #a76bea

RGB 167107234
HSL0.750.750.67
HSV268°54°92°
CMYK 0.290.540.00   0.08
XYZ36.045324.671480.7042
Yxy24.67140.25490.1745
Hunter Lab49.670342.6128-61.5650
CIE-Lab56.753848.3210-55.5610

#a76bea color RGB value is (167,107,234).

#a76bea hex color red value is 167, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a76bea hue: 0.75 , saturation: 0.75 and the lightness value of a76bea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 11101010
Octal 247 153 352
Decimal 167 107 234
Hex A7 6B EA

RGB Percentages of Color #a76bea

%32.87
%21.06
%46.06

CMYK Percentages of Color #a76bea

%29
%54
%0
%8

Triadic Colors of #a76bea

#a76bea #eaa76b #6beaa7

Analogous Colors of #a76bea

#a76bea #e76bea #6b6fea

Monochromatic Colors of #a76bea

#a76bea

Complementary Color

#a76bea #aeea6b

#a76bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bea Color CSS Codes

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

#a76bea Text Font Color

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

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


#a76bea Background Color

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

This div background color is #a76bea


#a76bea Border Color

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

This div border color is #a76bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bea


Comments

No comments written yet.

Please login to write comment.