Color Hex Logo

#a799cb Color Hex

#A799CB
(167,153,203)
0 Favorites   0 Comments

Color spaces of #a799cb

RGB 167153203
HSL0.710.320.70
HSV257°25°80°
CMYK 0.180.250.00   0.20
XYZ38.107135.309861.3069
Yxy35.30980.28290.2621
Hunter Lab59.422010.4827-19.5752
CIE-Lab65.989215.2866-23.7898

#a799cb color RGB value is (167,153,203).

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

The process color (four color CMYK) of #a799cb color hex is 0.18, 0.25, 0.00, 0.20. Web safe color of #a799cb is #9999cc. Color #a799cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 11001011
Octal 247 231 313
Decimal 167 153 203
Hex A7 99 CB

RGB Percentages of Color #a799cb

%31.93
%29.25
%38.81

CMYK Percentages of Color #a799cb

%18
%25
%0
%20

Triadic Colors of #a799cb

#a799cb #cba799 #99cba7

Analogous Colors of #a799cb

#a799cb #c099cb #99a4cb

Monochromatic Colors of #a799cb

#a799cb

Complementary Color

#a799cb #bdcb99

#a799cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a799cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a799cb Color CSS Codes

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

#a799cb Text Font Color

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

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


#a799cb Background Color

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

This div background color is #a799cb


#a799cb Border Color

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

This div border color is #a799cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a799cb


Comments

No comments written yet.

Please login to write comment.