Color Hex Logo

#af7189 Color Hex

#AF7189
(175,113,137)
0 Favorites   0 Comments

Color spaces of #af7189

RGB 175113137
HSL0.940.280.56
HSV337°35°69°
CMYK 0.000.350.22   0.31
XYZ28.099722.730426.5733
Yxy22.73040.36300.2937
Hunter Lab47.676421.77130.3271
CIE-Lab54.793527.9425-2.9273

#af7189 color RGB value is (175,113,137).

#af7189 hex color red value is 175, green value is 113 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #af7189 hue: 0.94 , saturation: 0.28 and the lightness value of af7189 is 0.56.

The process color (four color CMYK) of #af7189 color hex is 0.00, 0.35, 0.22, 0.31. Web safe color of #af7189 is #996699. Color #af7189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 10001001
Octal 257 161 211
Decimal 175 113 137
Hex AF 71 89

RGB Percentages of Color #af7189

%41.18
%26.59
%32.24

CMYK Percentages of Color #af7189

%0
%35
%22
%31

Triadic Colors of #af7189

#af7189 #89af71 #7189af

Analogous Colors of #af7189

#af7189 #af7871 #af71a8

Monochromatic Colors of #af7189

#af7189

Complementary Color

#af7189 #71af97

#af7189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7189 Color CSS Codes

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

#af7189 Text Font Color

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

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


#af7189 Background Color

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

This div background color is #af7189


#af7189 Border Color

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

This div border color is #af7189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7189


Comments

No comments written yet.

Please login to write comment.