Color Hex Logo

#af314d Color Hex

#AF314D
(175,49,77)
0 Favorites   0 Comments

Color spaces of #af314d

RGB 1754977
HSL0.960.560.44
HSV347°72°69°
CMYK 0.000.720.56   0.31
XYZ20.117111.84648.2475
Yxy11.84640.50030.2946
Hunter Lab34.418644.09779.8858
CIE-Lab40.970952.410013.6036

#af314d color RGB value is (175,49,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110001 01001101
Octal 257 61 115
Decimal 175 49 77
Hex AF 31 4D

RGB Percentages of Color #af314d

%58.14
%16.28
%25.58

CMYK Percentages of Color #af314d

%0
%72
%56
%31

Triadic Colors of #af314d

#af314d #4daf31 #314daf

Analogous Colors of #af314d

#af314d #af5431 #af318c

Monochromatic Colors of #af314d

#af314d

Complementary Color

#af314d #31af93

#af314d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af314d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af314d Color CSS Codes

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

#af314d Text Font Color

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

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


#af314d Background Color

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

This div background color is #af314d


#af314d Border Color

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

This div border color is #af314d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,49,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 #af314d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af314d


Comments

No comments written yet.

Please login to write comment.