Color Hex Logo

#af343a Color Hex

#AF343A
(175,52,58)
0 Favorites   0 Comments

Color spaces of #af343a

RGB 1755258
HSL0.990.540.45
HSV357°70°69°
CMYK 0.000.700.67   0.31
XYZ19.670911.87545.2584
Yxy11.87540.53450.3227
Hunter Lab34.460741.585415.0754
CIE-Lab41.017449.990225.4729

#af343a color RGB value is (175,52,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 00111010
Octal 257 64 72
Decimal 175 52 58
Hex AF 34 3A

RGB Percentages of Color #af343a

%61.40
%18.25
%20.35

CMYK Percentages of Color #af343a

%0
%70
%67
%31

Triadic Colors of #af343a

#af343a #3aaf34 #343aaf

Analogous Colors of #af343a

#af343a #af6c34 #af3478

Monochromatic Colors of #af343a

#af343a

Complementary Color

#af343a #34afa9

#af343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af343a Color CSS Codes

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

#af343a Text Font Color

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

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


#af343a Background Color

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

This div background color is #af343a


#af343a Border Color

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

This div border color is #af343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af343a


Comments

No comments written yet.

Please login to write comment.