Color Hex Logo

#af87a4 Color Hex

#AF87A4
(175,135,164)
0 Favorites   0 Comments

Color spaces of #af87a4

RGB 175135164
HSL0.880.200.61
HSV317°23°69°
CMYK 0.000.230.06   0.31
XYZ33.044029.122239.0015
Yxy29.12220.32660.2879
Hunter Lab53.965014.8609-5.0745
CIE-Lab60.889320.1583-9.4699

#af87a4 color RGB value is (175,135,164).

#af87a4 hex color red value is 175, green value is 135 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #af87a4 hue: 0.88 , saturation: 0.20 and the lightness value of af87a4 is 0.61.

The process color (four color CMYK) of #af87a4 color hex is 0.00, 0.23, 0.06, 0.31. Web safe color of #af87a4 is #999999. Color #af87a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 10100100
Octal 257 207 244
Decimal 175 135 164
Hex AF 87 A4

RGB Percentages of Color #af87a4

%36.92
%28.48
%34.60

CMYK Percentages of Color #af87a4

%0
%23
%6
%31

Triadic Colors of #af87a4

#af87a4 #a4af87 #87a4af

Analogous Colors of #af87a4

#af87a4 #af8790 #a687af

Monochromatic Colors of #af87a4

#af87a4

Complementary Color

#af87a4 #87af92

#af87a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af87a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af87a4 Color CSS Codes

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

#af87a4 Text Font Color

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

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


#af87a4 Background Color

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

This div background color is #af87a4


#af87a4 Border Color

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

This div border color is #af87a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af87a4


Comments

No comments written yet.

Please login to write comment.