Color Hex Logo

#af829c Color Hex

#AF829C
(175,130,156)
0 Favorites   0 Comments

Color spaces of #af829c

RGB 175130156
HSL0.900.220.60
HSV325°26°69°
CMYK 0.000.260.11   0.31
XYZ31.662627.479535.0878
Yxy27.47950.33600.2916
Hunter Lab52.420916.0787-2.9910
CIE-Lab59.415621.5416-7.0915

#af829c color RGB value is (175,130,156).

#af829c hex color red value is 175, green value is 130 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #af829c hue: 0.90 , saturation: 0.22 and the lightness value of af829c is 0.60.

The process color (four color CMYK) of #af829c color hex is 0.00, 0.26, 0.11, 0.31. Web safe color of #af829c is #999999. Color #af829c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 10011100
Octal 257 202 234
Decimal 175 130 156
Hex AF 82 9C

RGB Percentages of Color #af829c

%37.96
%28.20
%33.84

CMYK Percentages of Color #af829c

%0
%26
%11
%31

Triadic Colors of #af829c

#af829c #9caf82 #829caf

Analogous Colors of #af829c

#af829c #af8286 #ac82af

Monochromatic Colors of #af829c

#af829c

Complementary Color

#af829c #82af95

#af829c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af829c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af829c Color CSS Codes

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

#af829c Text Font Color

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

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


#af829c Background Color

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

This div background color is #af829c


#af829c Border Color

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

This div border color is #af829c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,130,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af829c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af829c;
  -webkit-box-shadow: 1px 1px 3px 2px #af829c;
  box-shadow:         1px 1px 3px 2px #af829c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,130,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af829c


Comments

No comments written yet.

Please login to write comment.