Color Hex Logo

#af4451 Color Hex

#AF4451
(175,68,81)
0 Favorites   0 Comments

Color spaces of #af4451

RGB 1756881
HSL0.980.440.48
HSV353°61°69°
CMYK 0.000.610.54   0.31
XYZ21.231513.84239.3374
Yxy13.84230.47810.3117
Hunter Lab37.205236.753411.1637
CIE-Lab44.005944.731815.2619

#af4451 color RGB value is (175,68,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 01010001
Octal 257 104 121
Decimal 175 68 81
Hex AF 44 51

RGB Percentages of Color #af4451

%54.01
%20.99
%25.00

CMYK Percentages of Color #af4451

%0
%61
%54
%31

Triadic Colors of #af4451

#af4451 #51af44 #4451af

Analogous Colors of #af4451

#af4451 #af6d44 #af4487

Monochromatic Colors of #af4451

#af4451

Complementary Color

#af4451 #44afa2

#af4451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4451 Color CSS Codes

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

#af4451 Text Font Color

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

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


#af4451 Background Color

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

This div background color is #af4451


#af4451 Border Color

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

This div border color is #af4451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4451


Comments

No comments written yet.

Please login to write comment.