Color Hex Logo

#af445d Color Hex

#AF445D
(175,68,93)
0 Favorites   0 Comments

Color spaces of #af445d

RGB 1756893
HSL0.960.440.48
HSV346°61°69°
CMYK 0.000.610.47   0.31
XYZ21.722114.038511.9207
Yxy14.03850.45560.2944
Hunter Lab37.468037.91667.3641
CIE-Lab44.288145.83458.2673

#af445d color RGB value is (175,68,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 01011101
Octal 257 104 135
Decimal 175 68 93
Hex AF 44 5D

RGB Percentages of Color #af445d

%52.08
%20.24
%27.68

CMYK Percentages of Color #af445d

%0
%61
%47
%31

Triadic Colors of #af445d

#af445d #5daf44 #445daf

Analogous Colors of #af445d

#af445d #af6144 #af4493

Monochromatic Colors of #af445d

#af445d

Complementary Color

#af445d #44af96

#af445d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af445d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af445d Color CSS Codes

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

#af445d Text Font Color

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

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


#af445d Background Color

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

This div background color is #af445d


#af445d Border Color

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

This div border color is #af445d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af445d


Comments

No comments written yet.

Please login to write comment.