Color Hex Logo

#af1237 Color Hex

#AF1237
(175,18,55)
0 Favorites   0 Comments

Color spaces of #af1237

RGB 1751855
HSL0.960.810.38
HSV346°90°69°
CMYK 0.000.900.69   0.31
XYZ18.58519.82244.5308
Yxy9.82240.56420.2982
Hunter Lab31.340751.004613.3672
CIE-Lab37.521859.512522.9733

#af1237 color RGB value is (175,18,55).

#af1237 hex color red value is 175, green value is 18 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #af1237 hue: 0.96 , saturation: 0.81 and the lightness value of af1237 is 0.38.

The process color (four color CMYK) of #af1237 color hex is 0.00, 0.90, 0.69, 0.31. Web safe color of #af1237 is #990033. Color #af1237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 00110111
Octal 257 22 67
Decimal 175 18 55
Hex AF 12 37

RGB Percentages of Color #af1237

%70.56
%7.26
%22.18

CMYK Percentages of Color #af1237

%0
%90
%69
%31

Triadic Colors of #af1237

#af1237 #37af12 #1237af

Analogous Colors of #af1237

#af1237 #af3b12 #af1286

Monochromatic Colors of #af1237

#af1237

Complementary Color

#af1237 #12af8a

#af1237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1237 Color CSS Codes

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

#af1237 Text Font Color

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

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


#af1237 Background Color

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

This div background color is #af1237


#af1237 Border Color

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

This div border color is #af1237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1237


Comments

No comments written yet.

Please login to write comment.