Color Hex Logo

#a78dcb Color Hex

#A78DCB
(167,141,203)
0 Favorites   0 Comments

Color spaces of #a78dcb

RGB 167141203
HSL0.740.370.67
HSV265°31°80°
CMYK 0.180.310.00   0.20
XYZ36.240731.577060.6848
Yxy31.57700.28200.2457
Hunter Lab56.193416.7811-24.6935
CIE-Lab62.991722.0864-28.3973

#a78dcb color RGB value is (167,141,203).

#a78dcb hex color red value is 167, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a78dcb hue: 0.74 , saturation: 0.37 and the lightness value of a78dcb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 11001011
Octal 247 215 313
Decimal 167 141 203
Hex A7 8D CB

RGB Percentages of Color #a78dcb

%32.68
%27.59
%39.73

CMYK Percentages of Color #a78dcb

%18
%31
%0
%20

Triadic Colors of #a78dcb

#a78dcb #cba78d #8dcba7

Analogous Colors of #a78dcb

#a78dcb #c68dcb #8d92cb

Monochromatic Colors of #a78dcb

#a78dcb

Complementary Color

#a78dcb #b1cb8d

#a78dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78dcb Color CSS Codes

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

#a78dcb Text Font Color

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

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


#a78dcb Background Color

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

This div background color is #a78dcb


#a78dcb Border Color

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

This div border color is #a78dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78dcb


Comments

No comments written yet.

Please login to write comment.