Color Hex Logo

#af575f Color Hex

#AF575F
(175,87,95)
0 Favorites   0 Comments

Color spaces of #af575f

RGB 1758795
HSL0.980.350.51
HSV355°50°69°
CMYK 0.000.500.46   0.31
XYZ23.152916.756612.8405
Yxy16.75660.43890.3177
Hunter Lab40.934829.324410.0562
CIE-Lab47.951936.612112.1841

#af575f color RGB value is (175,87,95).

#af575f hex color red value is 175, green value is 87 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #af575f hue: 0.98 , saturation: 0.35 and the lightness value of af575f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 01011111
Octal 257 127 137
Decimal 175 87 95
Hex AF 57 5F

RGB Percentages of Color #af575f

%49.02
%24.37
%26.61

CMYK Percentages of Color #af575f

%0
%50
%46
%31

Triadic Colors of #af575f

#af575f #5faf57 #575faf

Analogous Colors of #af575f

#af575f #af7b57 #af578b

Monochromatic Colors of #af575f

#af575f

Complementary Color

#af575f #57afa7

#af575f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af575f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af575f Color CSS Codes

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

#af575f Text Font Color

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

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


#af575f Background Color

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

This div background color is #af575f


#af575f Border Color

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

This div border color is #af575f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af575f


Comments

No comments written yet.

Please login to write comment.