Color Hex Logo

#a78dbc Color Hex

#A78DBC
(167,141,188)
0 Favorites   0 Comments

Color spaces of #a78dbc

RGB 167141188
HSL0.760.260.65
HSV273°25°74°
CMYK 0.110.250.00   0.26
XYZ34.538330.896151.7201
Yxy30.89610.29480.2637
Hunter Lab55.584313.6418-16.2592
CIE-Lab62.419818.7830-20.8432

#a78dbc color RGB value is (167,141,188).

#a78dbc hex color red value is 167, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a78dbc hue: 0.76 , saturation: 0.26 and the lightness value of a78dbc is 0.65.

The process color (four color CMYK) of #a78dbc color hex is 0.11, 0.25, 0.00, 0.26. Web safe color of #a78dbc is #9999cc. Color #a78dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001101 10111100
Octal 247 215 274
Decimal 167 141 188
Hex A7 8D BC

RGB Percentages of Color #a78dbc

%33.67
%28.43
%37.90

CMYK Percentages of Color #a78dbc

%11
%25
%0
%26

Triadic Colors of #a78dbc

#a78dbc #bca78d #8dbca7

Analogous Colors of #a78dbc

#a78dbc #bc8dba #908dbc

Monochromatic Colors of #a78dbc

#a78dbc

Complementary Color

#a78dbc #a2bc8d

#a78dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78dbc Color CSS Codes

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

#a78dbc Text Font Color

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

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


#a78dbc Background Color

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

This div background color is #a78dbc


#a78dbc Border Color

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

This div border color is #a78dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,141,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a78dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78dbc


Comments

No comments written yet.

Please login to write comment.