Color Hex Logo

#a878cb Color Hex

#A878CB
(168,120,203)
0 Favorites   0 Comments

Color spaces of #a878cb

RGB 168120203
HSL0.760.440.63
HSV275°41°80°
CMYK 0.170.410.00   0.20
XYZ33.644426.069659.7586
Yxy26.06960.28160.2182
Hunter Lab51.058428.2685-33.6520
CIE-Lab58.103134.2846-35.9844

#a878cb color RGB value is (168,120,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111000 11001011
Octal 250 170 313
Decimal 168 120 203
Hex A8 78 CB

RGB Percentages of Color #a878cb

%34.22
%24.44
%41.34

CMYK Percentages of Color #a878cb

%17
%41
%0
%20

Triadic Colors of #a878cb

#a878cb #cba878 #78cba8

Analogous Colors of #a878cb

#a878cb #cb78c5 #7f78cb

Monochromatic Colors of #a878cb

#a878cb

Complementary Color

#a878cb #9bcb78

#a878cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a878cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a878cb Color CSS Codes

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

#a878cb Text Font Color

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

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


#a878cb Background Color

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

This div background color is #a878cb


#a878cb Border Color

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

This div border color is #a878cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a878cb


Comments

No comments written yet.

Please login to write comment.