Color Hex Logo

#af253f Color Hex

#AF253F
(175,37,63)
0 Favorites   0 Comments

Color spaces of #af253f

RGB 1753763
HSL0.970.650.42
HSV349°79°69°
CMYK 0.000.790.64   0.31
XYZ19.238010.79605.7725
Yxy10.79600.53730.3015
Hunter Lab32.857347.011912.5838
CIE-Lab39.234755.488520.0992

#af253f color RGB value is (175,37,63).

#af253f hex color red value is 175, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af253f hue: 0.97 , saturation: 0.65 and the lightness value of af253f is 0.42.

The process color (four color CMYK) of #af253f color hex is 0.00, 0.79, 0.64, 0.31. Web safe color of #af253f is #993333. Color #af253f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100101 00111111
Octal 257 45 77
Decimal 175 37 63
Hex AF 25 3F

RGB Percentages of Color #af253f

%63.64
%13.45
%22.91

CMYK Percentages of Color #af253f

%0
%79
%64
%31

Triadic Colors of #af253f

#af253f #3faf25 #253faf

Analogous Colors of #af253f

#af253f #af5025 #af2584

Monochromatic Colors of #af253f

#af253f

Complementary Color

#af253f #25af95

#af253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af253f Color CSS Codes

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

#af253f Text Font Color

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

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


#af253f Background Color

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

This div background color is #af253f


#af253f Border Color

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

This div border color is #af253f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af253f


Comments

No comments written yet.

Please login to write comment.