Color Hex Logo

#af95ac Color Hex

#AF95AC
(175,149,172)
0 Favorites   0 Comments

Color spaces of #af95ac

RGB 175149172
HSL0.850.140.64
HSV307°15°69°
CMYK 0.000.150.02   0.31
XYZ35.873033.587443.6220
Yxy33.58740.31720.2970
Hunter Lab57.95469.0680-4.0589
CIE-Lab64.633713.7783-8.4151

#af95ac color RGB value is (175,149,172).

#af95ac hex color red value is 175, green value is 149 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #af95ac hue: 0.85 , saturation: 0.14 and the lightness value of af95ac is 0.64.

The process color (four color CMYK) of #af95ac color hex is 0.00, 0.15, 0.02, 0.31. Web safe color of #af95ac is #999999. Color #af95ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 10101100
Octal 257 225 254
Decimal 175 149 172
Hex AF 95 AC

RGB Percentages of Color #af95ac

%35.28
%30.04
%34.68

CMYK Percentages of Color #af95ac

%0
%15
%2
%31

Triadic Colors of #af95ac

#af95ac #acaf95 #95acaf

Analogous Colors of #af95ac

#af95ac #af959f #a595af

Monochromatic Colors of #af95ac

#af95ac

Complementary Color

#af95ac #95af98

#af95ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af95ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af95ac Color CSS Codes

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

#af95ac Text Font Color

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

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


#af95ac Background Color

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

This div background color is #af95ac


#af95ac Border Color

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

This div border color is #af95ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af95ac


Comments

No comments written yet.

Please login to write comment.