Color Hex Logo

#a78ecb Color Hex

#A78ECB
(167,142,203)
0 Favorites   0 Comments

Color spaces of #a78ecb

RGB 167142203
HSL0.730.370.68
HSV265°30°80°
CMYK 0.180.300.00   0.20
XYZ36.388831.873360.7342
Yxy31.87330.28210.2471
Hunter Lab56.456416.2528-24.2629
CIE-Lab63.238021.5179-28.0173

#a78ecb color RGB value is (167,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11001011
Octal 247 216 313
Decimal 167 142 203
Hex A7 8E CB

RGB Percentages of Color #a78ecb

%32.62
%27.73
%39.65

CMYK Percentages of Color #a78ecb

%18
%30
%0
%20

Triadic Colors of #a78ecb

#a78ecb #cba78e #8ecba7

Analogous Colors of #a78ecb

#a78ecb #c68ecb #8e94cb

Monochromatic Colors of #a78ecb

#a78ecb

Complementary Color

#a78ecb #b2cb8e

#a78ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78ecb Color CSS Codes

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

#a78ecb Text Font Color

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

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


#a78ecb Background Color

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

This div background color is #a78ecb


#a78ecb Border Color

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

This div border color is #a78ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78ecb


Comments

No comments written yet.

Please login to write comment.