Color spaces of #af74eb
RGB | 175 | 116 | 235 |
---|---|---|---|
HSL | 0.75 | 0.75 | 0.69 |
HSV | 270° | 51° | 92° |
CMYK | 0.26 | 0.51 | 0.00 0.08 |
XYZ | 38.9200 | 27.6029 | 81.8738 |
Yxy | 27.6029 | 0.2623 | 0.1860 |
Hunter Lab | 52.5385 | 40.2888 | -55.6182 |
CIE-Lab | 59.5283 | 45.7384 | -51.6477 |
#af74eb color RGB value is (175,116,235).
#af74eb hex color red value is 175, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #af74eb hue: 0.75 , saturation: 0.75 and the lightness value of af74eb is 0.69.
The process color (four color CMYK) of #af74eb color hex is 0.26, 0.51, 0.00, 0.08. Web safe color of #af74eb is #9966ff. Color #af74eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110100 | 11101011 |
Octal | 257 | 164 | 353 |
Decimal | 175 | 116 | 235 |
Hex | AF | 74 | EB |
Shades of #af74eb
Tints of #af74eb
RGB Percentages of Color #af74eb
CMYK Percentages of Color #af74eb
Complementary Color
#af74eb | #b0eb74 |
#af74eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af74eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#af74eb Color CSS Codes
.mybgcolor {background-color:#af74eb; } .myforecolor {color:#af74eb; } .mybordercolor {border:3px solid #af74eb; }
#af74eb Text Font Color
<p style="color:#af74eb">Text here</p>
This sample text font color is #af74eb
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.
#af74eb Background Color
<div style="background-color:#af74eb">
Div content here</div>
This div background color is #af74eb
#af74eb Border Color
<div style="border:3px solid #af74eb">
Div here</div>
This div border color is #af74eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,116,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af74eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af74eb; -webkit-box-shadow: 1px 1px 3px 2px #af74eb; box-shadow: 1px 1px 3px 2px #af74eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,116,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af74eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af74eb; -webkit-box-shadow: 1px 1px 3px 2px #af74eb; box-shadow: 1px 1px 3px 2px #af74eb;">
Div content here</div>
This div box has shadow with color #af74eb
Comments
No comments written yet.
Please login to write comment.