Color Hex Logo

#af313e Color Hex

#AF313E
(175,49,62)
0 Favorites   0 Comments

Color spaces of #af313e

RGB 1754962
HSL0.980.560.44
HSV354°72°69°
CMYK 0.000.720.65   0.31
XYZ19.647011.65845.7722
Yxy11.65840.52990.3144
Hunter Lab34.144442.957813.8779
CIE-Lab40.668051.376622.5716

#af313e color RGB value is (175,49,62).

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

The process color (four color CMYK) of #af313e color hex is 0.00, 0.72, 0.65, 0.31. Web safe color of #af313e is #993333. Color #af313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110001 00111110
Octal 257 61 76
Decimal 175 49 62
Hex AF 31 3E

RGB Percentages of Color #af313e

%61.19
%17.13
%21.68

CMYK Percentages of Color #af313e

%0
%72
%65
%31

Triadic Colors of #af313e

#af313e #3eaf31 #313eaf

Analogous Colors of #af313e

#af313e #af6331 #af317d

Monochromatic Colors of #af313e

#af313e

Complementary Color

#af313e #31afa2

#af313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af313e Color CSS Codes

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

#af313e Text Font Color

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

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


#af313e Background Color

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

This div background color is #af313e


#af313e Border Color

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

This div border color is #af313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af313e


Comments

No comments written yet.

Please login to write comment.