Color Hex Logo

#af454f Color Hex

#AF454F
(175,69,79)
0 Favorites   0 Comments

Color spaces of #af454f

RGB 1756979
HSL0.980.430.48
HSV354°61°69°
CMYK 0.000.610.55   0.31
XYZ21.218613.93478.9685
Yxy13.93470.48090.3158
Hunter Lab37.329236.136511.8858
CIE-Lab44.139144.096116.6687

#af454f color RGB value is (175,69,79).

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

The process color (four color CMYK) of #af454f color hex is 0.00, 0.61, 0.55, 0.31. Web safe color of #af454f is #993366. Color #af454f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 01001111
Octal 257 105 117
Decimal 175 69 79
Hex AF 45 4F

RGB Percentages of Color #af454f

%54.18
%21.36
%24.46

CMYK Percentages of Color #af454f

%0
%61
%55
%31

Triadic Colors of #af454f

#af454f #4faf45 #454faf

Analogous Colors of #af454f

#af454f #af7045 #af4584

Monochromatic Colors of #af454f

#af454f

Complementary Color

#af454f #45afa5

#af454f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af454f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af454f Color CSS Codes

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

#af454f Text Font Color

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

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


#af454f Background Color

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

This div background color is #af454f


#af454f Border Color

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

This div border color is #af454f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af454f


Comments

No comments written yet.

Please login to write comment.