Color Hex Logo

#a799ba Color Hex

#A799BA
(167,153,186)
0 Favorites   0 Comments

Color spaces of #a799ba

RGB 167153186
HSL0.740.190.66
HSV265°18°73°
CMYK 0.100.180.00   0.27
XYZ36.190534.543151.2144
Yxy34.54310.29680.2833
Hunter Lab58.77347.0604-10.5232
CIE-Lab65.391411.5755-15.2095

#a799ba color RGB value is (167,153,186).

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

The process color (four color CMYK) of #a799ba color hex is 0.10, 0.18, 0.00, 0.27. Web safe color of #a799ba is #9999cc. Color #a799ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 10111010
Octal 247 231 272
Decimal 167 153 186
Hex A7 99 BA

RGB Percentages of Color #a799ba

%33.00
%30.24
%36.76

CMYK Percentages of Color #a799ba

%10
%18
%0
%27

Triadic Colors of #a799ba

#a799ba #baa799 #99baa7

Analogous Colors of #a799ba

#a799ba #b899ba #999cba

Monochromatic Colors of #a799ba

#a799ba

Complementary Color

#a799ba #acba99

#a799ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a799ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a799ba Color CSS Codes

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

#a799ba Text Font Color

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

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


#a799ba Background Color

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

This div background color is #a799ba


#a799ba Border Color

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

This div border color is #a799ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a799ba


Comments

No comments written yet.

Please login to write comment.