Color Hex Logo

#af454c Color Hex

#AF454C
(175,69,76)
0 Favorites   0 Comments

Color spaces of #af454c

RGB 1756976
HSL0.990.430.48
HSV356°61°69°
CMYK 0.000.610.57   0.31
XYZ21.111813.89208.4062
Yxy13.89200.48630.3200
Hunter Lab37.272035.881012.7183
CIE-Lab44.077643.851418.4207

#af454c color RGB value is (175,69,76).

#af454c hex color red value is 175, green value is 69 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #af454c hue: 0.99 , saturation: 0.43 and the lightness value of af454c is 0.48.

The process color (four color CMYK) of #af454c color hex is 0.00, 0.61, 0.57, 0.31. Web safe color of #af454c is #993333. Color #af454c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 01001100
Octal 257 105 114
Decimal 175 69 76
Hex AF 45 4C

RGB Percentages of Color #af454c

%54.69
%21.56
%23.75

CMYK Percentages of Color #af454c

%0
%61
%57
%31

Triadic Colors of #af454c

#af454c #4caf45 #454caf

Analogous Colors of #af454c

#af454c #af7345 #af4581

Monochromatic Colors of #af454c

#af454c

Complementary Color

#af454c #45afa8

#af454c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af454c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af454c Color CSS Codes

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

#af454c Text Font Color

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

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


#af454c Background Color

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

This div background color is #af454c


#af454c Border Color

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

This div border color is #af454c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af454c


Comments

No comments written yet.

Please login to write comment.