Color Hex Logo

#af232c Color Hex

#AF232C
(175,35,44)
0 Favorites   0 Comments

Color spaces of #af232c

RGB 1753544
HSL0.990.670.41
HSV356°80°69°
CMYK 0.000.800.75   0.31
XYZ18.734910.49793.4217
Yxy10.49790.57370.3215
Hunter Lab32.400546.513116.4189
CIE-Lab38.721655.118531.2338

#af232c color RGB value is (175,35,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 00101100
Octal 257 43 54
Decimal 175 35 44
Hex AF 23 2C

RGB Percentages of Color #af232c

%68.90
%13.78
%17.32

CMYK Percentages of Color #af232c

%0
%80
%75
%31

Triadic Colors of #af232c

#af232c #2caf23 #232caf

Analogous Colors of #af232c

#af232c #af6023 #af2372

Monochromatic Colors of #af232c

#af232c

Complementary Color

#af232c #23afa6

#af232c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af232c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af232c Color CSS Codes

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

#af232c Text Font Color

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

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


#af232c Background Color

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

This div background color is #af232c


#af232c Border Color

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

This div border color is #af232c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af232c


Comments

No comments written yet.

Please login to write comment.