Color Hex Logo

#af232e Color Hex

#AF232E
(175,35,46)
0 Favorites   0 Comments

Color spaces of #af232e

RGB 1753546
HSL0.990.670.41
HSV355°80°69°
CMYK 0.000.800.74   0.31
XYZ18.773410.51333.6246
Yxy10.51330.57040.3194
Hunter Lab32.424246.607916.0691
CIE-Lab38.748355.202430.0563

#af232e color RGB value is (175,35,46).

#af232e hex color red value is 175, green value is 35 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af232e hue: 0.99 , saturation: 0.67 and the lightness value of af232e is 0.41.

The process color (four color CMYK) of #af232e color hex is 0.00, 0.80, 0.74, 0.31. Web safe color of #af232e is #993333. Color #af232e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 00101110
Octal 257 43 56
Decimal 175 35 46
Hex AF 23 2E

RGB Percentages of Color #af232e

%68.36
%13.67
%17.97

CMYK Percentages of Color #af232e

%0
%80
%74
%31

Triadic Colors of #af232e

#af232e #2eaf23 #232eaf

Analogous Colors of #af232e

#af232e #af5e23 #af2374

Monochromatic Colors of #af232e

#af232e

Complementary Color

#af232e #23afa4

#af232e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af232e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af232e Color CSS Codes

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

#af232e Text Font Color

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

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


#af232e Background Color

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

This div background color is #af232e


#af232e Border Color

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

This div border color is #af232e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af232e


Comments

No comments written yet.

Please login to write comment.