Color Hex Logo

#af152f Color Hex

#AF152F
(175,21,47)
0 Favorites   0 Comments

Color spaces of #af152f

RGB 1752147
HSL0.970.790.38
HSV350°88°69°
CMYK 0.000.880.73   0.31
XYZ18.46059.85553.6187
Yxy9.85550.57810.3086
Hunter Lab31.393550.025915.1411
CIE-Lab37.581858.603728.0800

#af152f color RGB value is (175,21,47).

#af152f hex color red value is 175, green value is 21 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #af152f hue: 0.97 , saturation: 0.79 and the lightness value of af152f is 0.38.

The process color (four color CMYK) of #af152f color hex is 0.00, 0.88, 0.73, 0.31. Web safe color of #af152f is #990033. Color #af152f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 00101111
Octal 257 25 57
Decimal 175 21 47
Hex AF 15 2F

RGB Percentages of Color #af152f

%72.02
%8.64
%19.34

CMYK Percentages of Color #af152f

%0
%88
%73
%31

Triadic Colors of #af152f

#af152f #2faf15 #152faf

Analogous Colors of #af152f

#af152f #af4815 #af157c

Monochromatic Colors of #af152f

#af152f

Complementary Color

#af152f #15af95

#af152f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af152f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af152f Color CSS Codes

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

#af152f Text Font Color

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

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


#af152f Background Color

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

This div background color is #af152f


#af152f Border Color

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

This div border color is #af152f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af152f


Comments

No comments written yet.

Please login to write comment.