Color Hex Logo

#a376cb Color Hex

#A376CB
(163,118,203)
0 Favorites   0 Comments

Color spaces of #a376cb

RGB 163118203
HSL0.750.450.63
HSV272°42°80°
CMYK 0.200.420.00   0.20
XYZ32.362225.055259.6304
Yxy25.05520.27650.2141
Hunter Lab50.055227.8092-35.5932
CIE-Lab57.129233.9310-37.5463

#a376cb color RGB value is (163,118,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110110 11001011
Octal 243 166 313
Decimal 163 118 203
Hex A3 76 CB

RGB Percentages of Color #a376cb

%33.68
%24.38
%41.94

CMYK Percentages of Color #a376cb

%20
%42
%0
%20

Triadic Colors of #a376cb

#a376cb #cba376 #76cba3

Analogous Colors of #a376cb

#a376cb #cb76c9 #7976cb

Monochromatic Colors of #a376cb

#a376cb

Complementary Color

#a376cb #9ecb76

#a376cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a376cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a376cb Color CSS Codes

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

#a376cb Text Font Color

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

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


#a376cb Background Color

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

This div background color is #a376cb


#a376cb Border Color

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

This div border color is #a376cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a376cb


Comments

No comments written yet.

Please login to write comment.