Color Hex Logo

#af1241 Color Hex

#AF1241
(175,18,65)
0 Favorites   0 Comments

Color spaces of #af1241

RGB 1751865
HSL0.950.810.38
HSV342°90°69°
CMYK 0.000.900.63   0.31
XYZ18.84969.92825.9239
Yxy9.92820.54320.2861
Hunter Lab31.509051.642910.9094
CIE-Lab37.713360.057516.8248

#af1241 color RGB value is (175,18,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 01000001
Octal 257 22 101
Decimal 175 18 65
Hex AF 12 41

RGB Percentages of Color #af1241

%67.83
%6.98
%25.19

CMYK Percentages of Color #af1241

%0
%90
%63
%31

Triadic Colors of #af1241

#af1241 #41af12 #1241af

Analogous Colors of #af1241

#af1241 #af3212 #af1290

Monochromatic Colors of #af1241

#af1241

Complementary Color

#af1241 #12af80

#af1241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1241 Color CSS Codes

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

#af1241 Text Font Color

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

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


#af1241 Background Color

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

This div background color is #af1241


#af1241 Border Color

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

This div border color is #af1241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1241


Comments

No comments written yet.

Please login to write comment.