Color spaces of #af242a
RGB | 175 | 36 | 42 |
---|---|---|---|
HSL | 0.99 | 0.66 | 0.41 |
HSV | 357° | 79° | 69° |
CMYK | 0.00 | 0.79 | 0.76 0.31 |
XYZ | 18.7280 | 10.5429 | 3.2384 |
Yxy | 10.5429 | 0.5761 | 0.3243 |
Hunter Lab | 32.4698 | 46.1333 | 16.8156 |
CIE-Lab | 38.7997 | 54.7463 | 32.5162 |
#af242a color RGB value is (175,36,42).
#af242a hex color red value is 175, green value is 36 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #af242a hue: 0.99 , saturation: 0.66 and the lightness value of af242a is 0.41.
The process color (four color CMYK) of #af242a color hex is 0.00, 0.79, 0.76, 0.31. Web safe color of #af242a is #993333. Color #af242a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00100100 | 00101010 |
Octal | 257 | 44 | 52 |
Decimal | 175 | 36 | 42 |
Hex | AF | 24 | 2A |
Shades of #af242a
Tints of #af242a
RGB Percentages of Color #af242a
CMYK Percentages of Color #af242a
Complementary Color
#af242a | #24afa9 |
#af242a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af242a Color Preview on White Background
Lorem ipsum dolor sit amet.
#af242a Color CSS Codes
.mybgcolor {background-color:#af242a; } .myforecolor {color:#af242a; } .mybordercolor {border:3px solid #af242a; }
#af242a Text Font Color
<p style="color:#af242a">Text here</p>
This sample text font color is #af242a
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.
#af242a Background Color
<div style="background-color:#af242a">
Div content here</div>
This div background color is #af242a
#af242a Border Color
<div style="border:3px solid #af242a">
Div here</div>
This div border color is #af242a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,36,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af242a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af242a; -webkit-box-shadow: 1px 1px 3px 2px #af242a; box-shadow: 1px 1px 3px 2px #af242a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,36,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af242a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af242a; -webkit-box-shadow: 1px 1px 3px 2px #af242a; box-shadow: 1px 1px 3px 2px #af242a;">
Div content here</div>
This div box has shadow with color #af242a
Comments
No comments written yet.
Please login to write comment.