Color Hex Logo

#a788dc Color Hex

#A788DC
(167,136,220)
0 Favorites   0 Comments

Color spaces of #a788dc

RGB 167136220
HSL0.730.550.70
HSV262°38°86°
CMYK 0.240.380.00   0.14
XYZ37.658830.991171.7072
Yxy30.99110.26830.2208
Hunter Lab55.669723.3279-37.4018
CIE-Lab62.500128.8741-38.6610

#a788dc color RGB value is (167,136,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001000 11011100
Octal 247 210 334
Decimal 167 136 220
Hex A7 88 DC

RGB Percentages of Color #a788dc

%31.93
%26.00
%42.07

CMYK Percentages of Color #a788dc

%24
%38
%0
%14

Triadic Colors of #a788dc

#a788dc #dca788 #88dca7

Analogous Colors of #a788dc

#a788dc #d188dc #8893dc

Monochromatic Colors of #a788dc

#a788dc

Complementary Color

#a788dc #bddc88

#a788dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a788dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a788dc Color CSS Codes

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

#a788dc Text Font Color

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

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


#a788dc Background Color

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

This div background color is #a788dc


#a788dc Border Color

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

This div border color is #a788dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a788dc


Comments

No comments written yet.

Please login to write comment.