Color Hex Logo

#af595e Color Hex

#AF595E
(175,89,94)
0 Favorites   0 Comments

Color spaces of #af595e

RGB 1758994
HSL0.990.350.52
HSV357°49°69°
CMYK 0.000.490.46   0.31
XYZ23.272017.066912.6573
Yxy17.06690.43910.3220
Hunter Lab41.312128.256710.7531
CIE-Lab48.344235.455413.3292

#af595e color RGB value is (175,89,94).

#af595e hex color red value is 175, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af595e hue: 0.99 , saturation: 0.35 and the lightness value of af595e is 0.52.

The process color (four color CMYK) of #af595e color hex is 0.00, 0.49, 0.46, 0.31. Web safe color of #af595e is #996666. Color #af595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 01011110
Octal 257 131 136
Decimal 175 89 94
Hex AF 59 5E

RGB Percentages of Color #af595e

%48.88
%24.86
%26.26

CMYK Percentages of Color #af595e

%0
%49
%46
%31

Triadic Colors of #af595e

#af595e #5eaf59 #595eaf

Analogous Colors of #af595e

#af595e #af7f59 #af5989

Monochromatic Colors of #af595e

#af595e

Complementary Color

#af595e #59afaa

#af595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af595e Color CSS Codes

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

#af595e Text Font Color

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

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


#af595e Background Color

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

This div background color is #af595e


#af595e Border Color

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

This div border color is #af595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af595e


Comments

No comments written yet.

Please login to write comment.