Color Hex Logo

#af3433 Color Hex

#AF3433
(175,52,51)
0 Favorites   0 Comments

Color spaces of #af3433

RGB 1755251
HSL0.000.550.44
HSV71°69°
CMYK 0.000.700.71   0.31
XYZ19.504711.80904.3833
Yxy11.80900.54640.3308
Hunter Lab34.364241.176916.4923
CIE-Lab40.910949.613929.5771

#af3433 color RGB value is (175,52,51).

#af3433 hex color red value is 175, green value is 52 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #af3433 hue: 0.00 , saturation: 0.55 and the lightness value of af3433 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 00110011
Octal 257 64 63
Decimal 175 52 51
Hex AF 34 33

RGB Percentages of Color #af3433

%62.95
%18.71
%18.35

CMYK Percentages of Color #af3433

%0
%70
%71
%31

Triadic Colors of #af3433

#af3433 #33af34 #3433af

Analogous Colors of #af3433

#af3433 #af7233 #af3370

Monochromatic Colors of #af3433

#af3433

Complementary Color

#af3433 #33aeaf

#af3433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3433 Color CSS Codes

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

#af3433 Text Font Color

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

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


#af3433 Background Color

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

This div background color is #af3433


#af3433 Border Color

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

This div border color is #af3433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3433


Comments

No comments written yet.

Please login to write comment.