Color Hex Logo

#a475cb Color Hex

#A475CB
(164,117,203)
0 Favorites   0 Comments

Color spaces of #a475cb

RGB 164117203
HSL0.760.450.63
HSV273°42°80°
CMYK 0.190.420.00   0.20
XYZ32.450624.926959.6009
Yxy24.92690.27740.2131
Hunter Lab49.926828.6464-35.8295
CIE-Lab57.004134.7876-37.7349

#a475cb color RGB value is (164,117,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110101 11001011
Octal 244 165 313
Decimal 164 117 203
Hex A4 75 CB

RGB Percentages of Color #a475cb

%33.88
%24.17
%41.94

CMYK Percentages of Color #a475cb

%19
%42
%0
%20

Triadic Colors of #a475cb

#a475cb #cba475 #75cba4

Analogous Colors of #a475cb

#a475cb #cb75c7 #7975cb

Monochromatic Colors of #a475cb

#a475cb

Complementary Color

#a475cb #9ccb75

#a475cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a475cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a475cb Color CSS Codes

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

#a475cb Text Font Color

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

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


#a475cb Background Color

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

This div background color is #a475cb


#a475cb Border Color

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

This div border color is #a475cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a475cb


Comments

No comments written yet.

Please login to write comment.