Color Hex Logo

#a473cb Color Hex

#A473CB
(164,115,203)
0 Favorites   0 Comments

Color spaces of #a473cb

RGB 164115203
HSL0.760.460.62
HSV273°43°80°
CMYK 0.190.430.00   0.20
XYZ32.220124.465859.5241
Yxy24.46580.27730.2105
Hunter Lab49.462929.7146-36.7261
CIE-Lab56.551235.9105-38.4456

#a473cb color RGB value is (164,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110011 11001011
Octal 244 163 313
Decimal 164 115 203
Hex A4 73 CB

RGB Percentages of Color #a473cb

%34.02
%23.86
%42.12

CMYK Percentages of Color #a473cb

%19
%43
%0
%20

Triadic Colors of #a473cb

#a473cb #cba473 #73cba4

Analogous Colors of #a473cb

#a473cb #cb73c6 #7873cb

Monochromatic Colors of #a473cb

#a473cb

Complementary Color

#a473cb #9acb73

#a473cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a473cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a473cb Color CSS Codes

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

#a473cb Text Font Color

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

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


#a473cb Background Color

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

This div background color is #a473cb


#a473cb Border Color

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

This div border color is #a473cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a473cb


Comments

No comments written yet.

Please login to write comment.