Color Hex Logo

#a799cf Color Hex

#A799CF
(167,153,207)
0 Favorites   0 Comments

Color spaces of #a799cf

RGB 167153207
HSL0.710.360.71
HSV256°26°81°
CMYK 0.190.260.00   0.19
XYZ38.590135.502963.8503
Yxy35.50290.27980.2574
Hunter Lab59.584311.3339-21.8259
CIE-Lab66.138316.1947-25.7856

#a799cf color RGB value is (167,153,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 11001111
Octal 247 231 317
Decimal 167 153 207
Hex A7 99 CF

RGB Percentages of Color #a799cf

%31.69
%29.03
%39.28

CMYK Percentages of Color #a799cf

%19
%26
%0
%19

Triadic Colors of #a799cf

#a799cf #cfa799 #99cfa7

Analogous Colors of #a799cf

#a799cf #c299cf #99a6cf

Monochromatic Colors of #a799cf

#a799cf

Complementary Color

#a799cf #c1cf99

#a799cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a799cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a799cf Color CSS Codes

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

#a799cf Text Font Color

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

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


#a799cf Background Color

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

This div background color is #a799cf


#a799cf Border Color

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

This div border color is #a799cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a799cf


Comments

No comments written yet.

Please login to write comment.