Color Hex Logo

#a78adc Color Hex

#A78ADC
(167,138,220)
0 Favorites   0 Comments

Color spaces of #a78adc

RGB 167138220
HSL0.730.540.70
HSV261°37°86°
CMYK 0.240.370.00   0.14
XYZ37.943131.559871.8020
Yxy31.55980.26850.2233
Hunter Lab56.178122.2485-36.4547
CIE-Lab62.977427.7387-37.9147

#a78adc color RGB value is (167,138,220).

#a78adc hex color red value is 167, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a78adc hue: 0.73 , saturation: 0.54 and the lightness value of a78adc is 0.70.

The process color (four color CMYK) of #a78adc color hex is 0.24, 0.37, 0.00, 0.14. Web safe color of #a78adc is #9999cc. Color #a78adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 11011100
Octal 247 212 334
Decimal 167 138 220
Hex A7 8A DC

RGB Percentages of Color #a78adc

%31.81
%26.29
%41.90

CMYK Percentages of Color #a78adc

%24
%37
%0
%14

Triadic Colors of #a78adc

#a78adc #dca78a #8adca7

Analogous Colors of #a78adc

#a78adc #d08adc #8a96dc

Monochromatic Colors of #a78adc

#a78adc

Complementary Color

#a78adc #bfdc8a

#a78adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78adc Color CSS Codes

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

#a78adc Text Font Color

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

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


#a78adc Background Color

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

This div background color is #a78adc


#a78adc Border Color

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

This div border color is #a78adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78adc


Comments

No comments written yet.

Please login to write comment.