Color Hex Logo

#a476ba Color Hex

#A476BA
(164,118,186)
0 Favorites   0 Comments

Color spaces of #a476ba

RGB 164118186
HSL0.780.330.60
HSV281°37°73°
CMYK 0.120.370.00   0.27
XYZ30.651224.394649.5475
Yxy24.39460.29310.2332
Hunter Lab49.390924.3402-24.9044
CIE-Lab56.480730.4611-28.8666

#a476ba color RGB value is (164,118,186).

#a476ba hex color red value is 164, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a476ba hue: 0.78 , saturation: 0.33 and the lightness value of a476ba is 0.60.

The process color (four color CMYK) of #a476ba color hex is 0.12, 0.37, 0.00, 0.27. Web safe color of #a476ba is #9966cc. Color #a476ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 10111010
Octal 244 166 272
Decimal 164 118 186
Hex A4 76 BA

RGB Percentages of Color #a476ba

%35.04
%25.21
%39.74

CMYK Percentages of Color #a476ba

%12
%37
%0
%27

Triadic Colors of #a476ba

#a476ba #baa476 #76baa4

Analogous Colors of #a476ba

#a476ba #ba76ae #8276ba

Monochromatic Colors of #a476ba

#a476ba

Complementary Color

#a476ba #8cba76

#a476ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476ba Color CSS Codes

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

#a476ba Text Font Color

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

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


#a476ba Background Color

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

This div background color is #a476ba


#a476ba Border Color

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

This div border color is #a476ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,118,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a476ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a476ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a476ba;
  box-shadow:         1px 1px 3px 2px #a476ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,118,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476ba


Comments

No comments written yet.

Please login to write comment.