Color Hex Logo

#af332e Color Hex

#AF332E
(175,51,46)
0 Favorites   0 Comments

Color spaces of #af332e

RGB 1755146
HSL0.010.580.43
HSV74°69°
CMYK 0.000.710.74   0.31
XYZ19.356211.67893.8188
Yxy11.67890.55540.3351
Hunter Lab34.174441.296217.2968
CIE-Lab40.701249.767732.2942

#af332e color RGB value is (175,51,46).

#af332e hex color red value is 175, green value is 51 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af332e hue: 0.01 , saturation: 0.58 and the lightness value of af332e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 00101110
Octal 257 63 56
Decimal 175 51 46
Hex AF 33 2E

RGB Percentages of Color #af332e

%64.34
%18.75
%16.91

CMYK Percentages of Color #af332e

%0
%71
%74
%31

Triadic Colors of #af332e

#af332e #2eaf33 #332eaf

Analogous Colors of #af332e

#af332e #af742e #af2e6a

Monochromatic Colors of #af332e

#af332e

Complementary Color

#af332e #2eaaaf

#af332e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af332e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af332e Color CSS Codes

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

#af332e Text Font Color

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

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


#af332e Background Color

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

This div background color is #af332e


#af332e Border Color

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

This div border color is #af332e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,51,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 #af332e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af332e


Comments

No comments written yet.

Please login to write comment.