Color Hex Logo

#a795bc Color Hex

#A795BC
(167,149,188)
0 Favorites   0 Comments

Color spaces of #a795bc

RGB 167149188
HSL0.740.230.66
HSV268°21°74°
CMYK 0.110.210.00   0.26
XYZ35.760933.341252.1276
Yxy33.34120.29500.2750
Hunter Lab57.74189.5011-13.1059
CIE-Lab64.436214.2529-17.7754

#a795bc color RGB value is (167,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010101 10111100
Octal 247 225 274
Decimal 167 149 188
Hex A7 95 BC

RGB Percentages of Color #a795bc

%33.13
%29.56
%37.30

CMYK Percentages of Color #a795bc

%11
%21
%0
%26

Triadic Colors of #a795bc

#a795bc #bca795 #95bca7

Analogous Colors of #a795bc

#a795bc #bb95bc #9597bc

Monochromatic Colors of #a795bc

#a795bc

Complementary Color

#a795bc #aabc95

#a795bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a795bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a795bc Color CSS Codes

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

#a795bc Text Font Color

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

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


#a795bc Background Color

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

This div background color is #a795bc


#a795bc Border Color

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

This div border color is #a795bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a795bc


Comments

No comments written yet.

Please login to write comment.