Color Hex Logo

#af3740 Color Hex

#AF3740
(175,55,64)
0 Favorites   0 Comments

Color spaces of #af3740

RGB 1755564
HSL0.990.520.45
HSV356°69°69°
CMYK 0.000.690.63   0.31
XYZ19.970812.21656.1559
Yxy12.21650.52080.3186
Hunter Lab34.952140.824414.0241
CIE-Lab41.558249.154822.4772

#af3740 color RGB value is (175,55,64).

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

The process color (four color CMYK) of #af3740 color hex is 0.00, 0.69, 0.63, 0.31. Web safe color of #af3740 is #993333. Color #af3740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 01000000
Octal 257 67 100
Decimal 175 55 64
Hex AF 37 40

RGB Percentages of Color #af3740

%59.52
%18.71
%21.77

CMYK Percentages of Color #af3740

%0
%69
%63
%31

Triadic Colors of #af3740

#af3740 #40af37 #3740af

Analogous Colors of #af3740

#af3740 #af6a37 #af377c

Monochromatic Colors of #af3740

#af3740

Complementary Color

#af3740 #37afa6

#af3740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3740 Color CSS Codes

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

#af3740 Text Font Color

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

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


#af3740 Background Color

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

This div background color is #af3740


#af3740 Border Color

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

This div border color is #af3740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3740


Comments

No comments written yet.

Please login to write comment.