Color Hex Logo

#a788bd Color Hex

#A788BD
(167,136,189)
0 Favorites   0 Comments

Color spaces of #a788bd

RGB 167136189
HSL0.760.290.64
HSV275°28°74°
CMYK 0.120.280.00   0.26
XYZ33.925829.497952.0497
Yxy29.49790.29380.2555
Hunter Lab54.312016.4535-18.8020
CIE-Lab61.218621.8391-23.2451

#a788bd color RGB value is (167,136,189).

#a788bd hex color red value is 167, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a788bd hue: 0.76 , saturation: 0.29 and the lightness value of a788bd is 0.64.

The process color (four color CMYK) of #a788bd color hex is 0.12, 0.28, 0.00, 0.26. Web safe color of #a788bd is #9999cc. Color #a788bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001000 10111101
Octal 247 210 275
Decimal 167 136 189
Hex A7 88 BD

RGB Percentages of Color #a788bd

%33.94
%27.64
%38.41

CMYK Percentages of Color #a788bd

%12
%28
%0
%26

Triadic Colors of #a788bd

#a788bd #bda788 #88bda7

Analogous Colors of #a788bd

#a788bd #bd88b9 #8d88bd

Monochromatic Colors of #a788bd

#a788bd

Complementary Color

#a788bd #9ebd88

#a788bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a788bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a788bd Color CSS Codes

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

#a788bd Text Font Color

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

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


#a788bd Background Color

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

This div background color is #a788bd


#a788bd Border Color

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

This div border color is #a788bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a788bd


Comments

No comments written yet.

Please login to write comment.