Color spaces of #af004b
RGB | 175 | 0 | 75 |
---|---|---|---|
HSL | 0.93 | 1.00 | 0.34 |
HSV | 334° | 100° | 69° |
CMYK | 0.00 | 1.00 | 0.57 0.31 |
XYZ | 18.9492 | 9.6220 | 7.5151 |
Yxy | 9.6220 | 0.5251 | 0.2666 |
Hunter Lab | 31.0193 | 54.7588 | 7.3493 |
CIE-Lab | 37.1553 | 62.9752 | 9.6078 |
#af004b color RGB value is (175,0,75).
#af004b hex color red value is 175, green value is 0 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #af004b hue: 0.93 , saturation: 1.00 and the lightness value of af004b is 0.34.
The process color (four color CMYK) of #af004b color hex is 0.00, 1.00, 0.57, 0.31. Web safe color of #af004b is #990033. Color #af004b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 00000000 | 01001011 |
Octal | 257 | 0 | 113 |
Decimal | 175 | 0 | 75 |
Hex | AF | 0 | 4B |
Shades of #af004b
Tints of #af004b
RGB Percentages of Color #af004b
CMYK Percentages of Color #af004b
Complementary Color
#af004b | #00af64 |
#af004b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af004b Color Preview on White Background
Lorem ipsum dolor sit amet.
#af004b Color CSS Codes
.mybgcolor {background-color:#af004b; } .myforecolor {color:#af004b; } .mybordercolor {border:3px solid #af004b; }
#af004b Text Font Color
<p style="color:#af004b">Text here</p>
This sample text font color is #af004b
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.
#af004b Background Color
<div style="background-color:#af004b">
Div content here</div>
This div background color is #af004b
#af004b Border Color
<div style="border:3px solid #af004b">
Div here</div>
This div border color is #af004b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,0,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af004b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af004b; -webkit-box-shadow: 1px 1px 3px 2px #af004b; box-shadow: 1px 1px 3px 2px #af004b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,0,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af004b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af004b; -webkit-box-shadow: 1px 1px 3px 2px #af004b; box-shadow: 1px 1px 3px 2px #af004b;">
Div content here</div>
This div box has shadow with color #af004b
Comments
No comments written yet.
Please login to write comment.