Color Hex Logo

#af354d Color Hex

#AF354D
(175,53,77)
0 Favorites   0 Comments

Color spaces of #af354d

RGB 1755377
HSL0.970.540.45
HSV348°70°69°
CMYK 0.000.700.56   0.31
XYZ20.291912.19608.3057
Yxy12.19600.49740.2990
Hunter Lab34.922842.602710.3450
CIE-Lab41.525950.878314.3619

#af354d color RGB value is (175,53,77).

#af354d hex color red value is 175, green value is 53 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #af354d hue: 0.97 , saturation: 0.54 and the lightness value of af354d is 0.45.

The process color (four color CMYK) of #af354d color hex is 0.00, 0.70, 0.56, 0.31. Web safe color of #af354d is #993366. Color #af354d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 01001101
Octal 257 65 115
Decimal 175 53 77
Hex AF 35 4D

RGB Percentages of Color #af354d

%57.38
%17.38
%25.25

CMYK Percentages of Color #af354d

%0
%70
%56
%31

Triadic Colors of #af354d

#af354d #4daf35 #354daf

Analogous Colors of #af354d

#af354d #af5a35 #af358a

Monochromatic Colors of #af354d

#af354d

Complementary Color

#af354d #35af97

#af354d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af354d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af354d Color CSS Codes

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

#af354d Text Font Color

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

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


#af354d Background Color

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

This div background color is #af354d


#af354d Border Color

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

This div border color is #af354d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af354d


Comments

No comments written yet.

Please login to write comment.