Color spaces of #993efd
RGB | 153 | 62 | 253 |
---|---|---|---|
HSL | 0.75 | 0.98 | 0.62 |
HSV | 269° | 75° | 99° |
CMYK | 0.40 | 0.75 | 0.00 0.01 |
XYZ | 32.5891 | 17.3094 | 94.5519 |
Yxy | 17.3094 | 0.2256 | 0.1198 |
Hunter Lab | 41.6046 | 67.0121 | -105.6212 |
CIE-Lab | 48.6475 | 71.3038 | -79.3483 |
#993efd color RGB value is (153,62,253).
#993efd hex color red value is 153, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #993efd hue: 0.75 , saturation: 0.98 and the lightness value of 993efd is 0.62.
The process color (four color CMYK) of #993efd color hex is 0.40, 0.75, 0.00, 0.01. Web safe color of #993efd is #9933ff. Color #993efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 00111110 | 11111101 |
Octal | 231 | 76 | 375 |
Decimal | 153 | 62 | 253 |
Hex | 99 | 3E | FD |
Shades of #993efd
Tints of #993efd
RGB Percentages of Color #993efd
CMYK Percentages of Color #993efd
Complementary Color
#993efd | #a2fd3e |
#993efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#993efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#993efd Color CSS Codes
.mybgcolor {background-color:#993efd; } .myforecolor {color:#993efd; } .mybordercolor {border:3px solid #993efd; }
#993efd Text Font Color
<p style="color:#993efd">Text here</p>
This sample text font color is #993efd
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.
#993efd Background Color
<div style="background-color:#993efd">
Div content here</div>
This div background color is #993efd
#993efd Border Color
<div style="border:3px solid #993efd">
Div here</div>
This div border color is #993efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,62,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #993efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #993efd; -webkit-box-shadow: 1px 1px 3px 2px #993efd; box-shadow: 1px 1px 3px 2px #993efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,62,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #993efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #993efd; -webkit-box-shadow: 1px 1px 3px 2px #993efd; box-shadow: 1px 1px 3px 2px #993efd;">
Div content here</div>
This div box has shadow with color #993efd
Comments
No comments written yet.
Please login to write comment.