Color Hex Logo

#a799ce Color Hex

#A799CE
(167,153,206)
0 Favorites   0 Comments

Color spaces of #a799ce

RGB 167153206
HSL0.710.350.70
HSV256°26°81°
CMYK 0.190.260.00   0.19
XYZ38.468235.454263.2084
Yxy35.45420.28050.2585
Hunter Lab59.543411.1194-21.2590
CIE-Lab66.100815.9664-25.2875

#a799ce color RGB value is (167,153,206).

#a799ce hex color red value is 167, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a799ce hue: 0.71 , saturation: 0.35 and the lightness value of a799ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 11001110
Octal 247 231 316
Decimal 167 153 206
Hex A7 99 CE

RGB Percentages of Color #a799ce

%31.75
%29.09
%39.16

CMYK Percentages of Color #a799ce

%19
%26
%0
%19

Triadic Colors of #a799ce

#a799ce #cea799 #99cea7

Analogous Colors of #a799ce

#a799ce #c299ce #99a6ce

Monochromatic Colors of #a799ce

#a799ce

Complementary Color

#a799ce #c0ce99

#a799ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a799ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a799ce Color CSS Codes

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

#a799ce Text Font Color

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

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


#a799ce Background Color

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

This div background color is #a799ce


#a799ce Border Color

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

This div border color is #a799ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a799ce


Comments

No comments written yet.

Please login to write comment.