Color spaces of #af78ed
RGB | 175 | 120 | 237 |
---|---|---|---|
HSL | 0.75 | 0.76 | 0.70 |
HSV | 268° | 49° | 93° |
CMYK | 0.26 | 0.49 | 0.00 0.07 |
XYZ | 39.6817 | 28.6613 | 83.5615 |
Yxy | 28.6613 | 0.2612 | 0.1887 |
Hunter Lab | 53.5362 | 38.6179 | -55.0668 |
CIE-Lab | 60.4815 | 44.0361 | -51.2453 |
#af78ed color RGB value is (175,120,237).
#af78ed hex color red value is 175, green value is 120 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af78ed hue: 0.75 , saturation: 0.76 and the lightness value of af78ed is 0.70.
The process color (four color CMYK) of #af78ed color hex is 0.26, 0.49, 0.00, 0.07. Web safe color of #af78ed is #9966ff. Color #af78ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01111000 | 11101101 |
Octal | 257 | 170 | 355 |
Decimal | 175 | 120 | 237 |
Hex | AF | 78 | ED |
Shades of #af78ed
Tints of #af78ed
RGB Percentages of Color #af78ed
CMYK Percentages of Color #af78ed
Complementary Color
#af78ed | #b6ed78 |
#af78ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af78ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#af78ed Color CSS Codes
.mybgcolor {background-color:#af78ed; } .myforecolor {color:#af78ed; } .mybordercolor {border:3px solid #af78ed; }
#af78ed Text Font Color
<p style="color:#af78ed">Text here</p>
This sample text font color is #af78ed
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.
#af78ed Background Color
<div style="background-color:#af78ed">
Div content here</div>
This div background color is #af78ed
#af78ed Border Color
<div style="border:3px solid #af78ed">
Div here</div>
This div border color is #af78ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,120,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af78ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af78ed; -webkit-box-shadow: 1px 1px 3px 2px #af78ed; box-shadow: 1px 1px 3px 2px #af78ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,120,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af78ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af78ed; -webkit-box-shadow: 1px 1px 3px 2px #af78ed; box-shadow: 1px 1px 3px 2px #af78ed;">
Div content here</div>
This div box has shadow with color #af78ed
Comments
No comments written yet.
Please login to write comment.