Color Hex Logo

#af3034 Color Hex

#AF3034
(175,48,52)
0 Favorites   0 Comments

Color spaces of #af3034

RGB 1754852
HSL0.990.570.44
HSV358°73°69°
CMYK 0.000.730.70   0.31
XYZ19.356011.47584.4437
Yxy11.47580.54870.3253
Hunter Lab33.876042.708215.9358
CIE-Lab40.370651.191728.3320

#af3034 color RGB value is (175,48,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 00110100
Octal 257 60 64
Decimal 175 48 52
Hex AF 30 34

RGB Percentages of Color #af3034

%63.64
%17.45
%18.91

CMYK Percentages of Color #af3034

%0
%73
%70
%31

Triadic Colors of #af3034

#af3034 #34af30 #3034af

Analogous Colors of #af3034

#af3034 #af6c30 #af3074

Monochromatic Colors of #af3034

#af3034

Complementary Color

#af3034 #30afab

#af3034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3034 Color CSS Codes

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

#af3034 Text Font Color

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

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


#af3034 Background Color

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

This div background color is #af3034


#af3034 Border Color

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

This div border color is #af3034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3034


Comments

No comments written yet.

Please login to write comment.