Color Hex Logo

#a780cb Color Hex

#A780CB
(167,128,203)
0 Favorites   0 Comments

Color spaces of #a780cb

RGB 167128203
HSL0.750.420.65
HSV271°37°80°
CMYK 0.180.370.00   0.20
XYZ34.435027.965660.0829
Yxy27.96560.28110.2283
Hunter Lab52.882523.6877-30.3451
CIE-Lab59.857629.4708-33.2549

#a780cb color RGB value is (167,128,203).

#a780cb hex color red value is 167, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a780cb hue: 0.75 , saturation: 0.42 and the lightness value of a780cb is 0.65.

The process color (four color CMYK) of #a780cb color hex is 0.18, 0.37, 0.00, 0.20. Web safe color of #a780cb is #9999cc. Color #a780cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 11001011
Octal 247 200 313
Decimal 167 128 203
Hex A7 80 CB

RGB Percentages of Color #a780cb

%33.53
%25.70
%40.76

CMYK Percentages of Color #a780cb

%18
%37
%0
%20

Triadic Colors of #a780cb

#a780cb #cba780 #80cba7

Analogous Colors of #a780cb

#a780cb #cb80ca #8280cb

Monochromatic Colors of #a780cb

#a780cb

Complementary Color

#a780cb #a4cb80

#a780cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780cb Color CSS Codes

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

#a780cb Text Font Color

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

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


#a780cb Background Color

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

This div background color is #a780cb


#a780cb Border Color

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

This div border color is #a780cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780cb


Comments

No comments written yet.

Please login to write comment.