Color Hex Logo

#a795bd Color Hex

#A795BD
(167,149,189)
0 Favorites   0 Comments

Color spaces of #a795bd

RGB 167149189
HSL0.740.230.66
HSV267°21°74°
CMYK 0.120.210.00   0.26
XYZ35.869133.384552.6975
Yxy33.38450.29410.2738
Hunter Lab57.77939.6981-13.6298
CIE-Lab64.471014.4665-18.2835

#a795bd color RGB value is (167,149,189).

#a795bd hex color red value is 167, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a795bd hue: 0.74 , saturation: 0.23 and the lightness value of a795bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010101 10111101
Octal 247 225 275
Decimal 167 149 189
Hex A7 95 BD

RGB Percentages of Color #a795bd

%33.07
%29.50
%37.43

CMYK Percentages of Color #a795bd

%12
%21
%0
%26

Triadic Colors of #a795bd

#a795bd #bda795 #95bda7

Analogous Colors of #a795bd

#a795bd #bb95bd #9597bd

Monochromatic Colors of #a795bd

#a795bd

Complementary Color

#a795bd #abbd95

#a795bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a795bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a795bd Color CSS Codes

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

#a795bd Text Font Color

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

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


#a795bd Background Color

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

This div background color is #a795bd


#a795bd Border Color

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

This div border color is #a795bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a795bd


Comments

No comments written yet.

Please login to write comment.