Color spaces of #950afd
RGB | 149 | 10 | 253 |
---|---|---|---|
HSL | 0.76 | 0.98 | 0.52 |
HSV | 274° | 96° | 99° |
CMYK | 0.41 | 0.96 | 0.00 0.01 |
XYZ | 30.2326 | 13.6985 | 93.9791 |
Yxy | 13.6985 | 0.2192 | 0.0993 |
Hunter Lab | 37.0115 | 81.0365 | -124.6404 |
CIE-Lab | 43.7974 | 83.5626 | -87.3245 |
#950afd color RGB value is (149,10,253).
#950afd hex color red value is 149, green value is 10 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #950afd hue: 0.76 , saturation: 0.98 and the lightness value of 950afd is 0.52.
The process color (four color CMYK) of #950afd color hex is 0.41, 0.96, 0.00, 0.01. Web safe color of #950afd is #9900ff. Color #950afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 00001010 | 11111101 |
Octal | 225 | 12 | 375 |
Decimal | 149 | 10 | 253 |
Hex | 95 | A | FD |
Shades of #950afd
Tints of #950afd
RGB Percentages of Color #950afd
CMYK Percentages of Color #950afd
Complementary Color
#950afd | #72fd0a |
#950afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#950afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#950afd Color CSS Codes
.mybgcolor {background-color:#950afd; } .myforecolor {color:#950afd; } .mybordercolor {border:3px solid #950afd; }
#950afd Text Font Color
<p style="color:#950afd">Text here</p>
This sample text font color is #950afd
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.
#950afd Background Color
<div style="background-color:#950afd">
Div content here</div>
This div background color is #950afd
#950afd Border Color
<div style="border:3px solid #950afd">
Div here</div>
This div border color is #950afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,10,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #950afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #950afd; -webkit-box-shadow: 1px 1px 3px 2px #950afd; box-shadow: 1px 1px 3px 2px #950afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,10,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 #950afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #950afd; -webkit-box-shadow: 1px 1px 3px 2px #950afd; box-shadow: 1px 1px 3px 2px #950afd;">
Div content here</div>
This div box has shadow with color #950afd
Comments
No comments written yet.
Please login to write comment.