Color Hex Logo

#a476cb Color Hex

#A476CB
(164,118,203)
0 Favorites   0 Comments

Color spaces of #a476cb

RGB 164118203
HSL0.760.450.63
HSV272°42°80°
CMYK 0.190.420.00   0.20
XYZ32.567825.161259.6400
Yxy25.16120.27750.2144
Hunter Lab50.160928.1124-35.3815
CIE-Lab57.232134.2249-37.3776

#a476cb color RGB value is (164,118,203).

#a476cb hex color red value is 164, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a476cb hue: 0.76 , saturation: 0.45 and the lightness value of a476cb is 0.63.

The process color (four color CMYK) of #a476cb color hex is 0.19, 0.42, 0.00, 0.20. Web safe color of #a476cb is #9966cc. Color #a476cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 11001011
Octal 244 166 313
Decimal 164 118 203
Hex A4 76 CB

RGB Percentages of Color #a476cb

%33.81
%24.33
%41.86

CMYK Percentages of Color #a476cb

%19
%42
%0
%20

Triadic Colors of #a476cb

#a476cb #cba476 #76cba4

Analogous Colors of #a476cb

#a476cb #cb76c8 #7a76cb

Monochromatic Colors of #a476cb

#a476cb

Complementary Color

#a476cb #9dcb76

#a476cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476cb Color CSS Codes

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

#a476cb Text Font Color

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

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


#a476cb Background Color

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

This div background color is #a476cb


#a476cb Border Color

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

This div border color is #a476cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476cb


Comments

No comments written yet.

Please login to write comment.