Color Hex Logo

#a78ccc Color Hex

#A78CCC
(167,140,204)
0 Favorites   0 Comments

Color spaces of #a78ccc

RGB 167140204
HSL0.740.390.67
HSV265°31°80°
CMYK 0.180.310.00   0.20
XYZ36.213531.331361.2656
Yxy31.33130.28110.2432
Hunter Lab55.974417.5282-25.7126
CIE-Lab62.786322.8810-29.2749

#a78ccc color RGB value is (167,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001100 11001100
Octal 247 214 314
Decimal 167 140 204
Hex A7 8C CC

RGB Percentages of Color #a78ccc

%32.68
%27.40
%39.92

CMYK Percentages of Color #a78ccc

%18
%31
%0
%20

Triadic Colors of #a78ccc

#a78ccc #cca78c #8ccca7

Analogous Colors of #a78ccc

#a78ccc #c78ccc #8c91cc

Monochromatic Colors of #a78ccc

#a78ccc

Complementary Color

#a78ccc #b1cc8c

#a78ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78ccc Color CSS Codes

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

#a78ccc Text Font Color

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

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


#a78ccc Background Color

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

This div background color is #a78ccc


#a78ccc Border Color

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

This div border color is #a78ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78ccc


Comments

No comments written yet.

Please login to write comment.