Color Hex Logo

#af514b Color Hex

#AF514B
(175,81,75)
0 Favorites   0 Comments

Color spaces of #af514b

RGB 1758175
HSL0.010.400.49
HSV57°69°
CMYK 0.000.540.57   0.31
XYZ21.891615.50688.4959
Yxy15.50680.47700.3379
Hunter Lab39.378730.320014.7733
CIE-Lab46.320737.866521.9861

#af514b color RGB value is (175,81,75).

#af514b hex color red value is 175, green value is 81 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #af514b hue: 0.01 , saturation: 0.40 and the lightness value of af514b is 0.49.

The process color (four color CMYK) of #af514b color hex is 0.00, 0.54, 0.57, 0.31. Web safe color of #af514b is #996633. Color #af514b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 01001011
Octal 257 121 113
Decimal 175 81 75
Hex AF 51 4B

RGB Percentages of Color #af514b

%52.87
%24.47
%22.66

CMYK Percentages of Color #af514b

%0
%54
%57
%31

Triadic Colors of #af514b

#af514b #4baf51 #514baf

Analogous Colors of #af514b

#af514b #af834b #af4b77

Monochromatic Colors of #af514b

#af514b

Complementary Color

#af514b #4ba9af

#af514b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af514b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af514b Color CSS Codes

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

#af514b Text Font Color

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

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


#af514b Background Color

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

This div background color is #af514b


#af514b Border Color

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

This div border color is #af514b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af514b


Comments

No comments written yet.

Please login to write comment.