Color Hex Logo

#a873cb Color Hex

#A873CB
(168,115,203)
0 Favorites   0 Comments

Color spaces of #a873cb

RGB 168115203
HSL0.770.460.62
HSV276°43°80°
CMYK 0.170.430.00   0.20
XYZ33.058724.898159.5633
Yxy24.89810.28130.2119
Hunter Lab49.898030.9393-35.8459
CIE-Lab56.976037.0782-37.7490

#a873cb color RGB value is (168,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 11001011
Octal 250 163 313
Decimal 168 115 203
Hex A8 73 CB

RGB Percentages of Color #a873cb

%34.57
%23.66
%41.77

CMYK Percentages of Color #a873cb

%17
%43
%0
%20

Triadic Colors of #a873cb

#a873cb #cba873 #73cba8

Analogous Colors of #a873cb

#a873cb #cb73c2 #7c73cb

Monochromatic Colors of #a873cb

#a873cb

Complementary Color

#a873cb #96cb73

#a873cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a873cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a873cb Color CSS Codes

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

#a873cb Text Font Color

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

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


#a873cb Background Color

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

This div background color is #a873cb


#a873cb Border Color

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

This div border color is #a873cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a873cb


Comments

No comments written yet.

Please login to write comment.