Color spaces of #955cea
RGB | 149 | 92 | 234 |
---|---|---|---|
HSL | 0.73 | 0.77 | 0.64 |
HSV | 264° | 61° | 92° |
CMYK | 0.36 | 0.61 | 0.00 0.08 |
XYZ | 31.0729 | 19.9844 | 80.0616 |
Yxy | 19.9844 | 0.2370 | 0.1524 |
Hunter Lab | 44.7039 | 45.8403 | -74.8915 |
CIE-Lab | 51.8196 | 52.1176 | -63.5867 |
#955cea color RGB value is (149,92,234).
#955cea hex color red value is 149, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #955cea hue: 0.73 , saturation: 0.77 and the lightness value of 955cea is 0.64.
The process color (four color CMYK) of #955cea color hex is 0.36, 0.61, 0.00, 0.08. Web safe color of #955cea is #9966ff. Color #955cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 01011100 | 11101010 |
Octal | 225 | 134 | 352 |
Decimal | 149 | 92 | 234 |
Hex | 95 | 5C | EA |
Shades of #955cea
Tints of #955cea
RGB Percentages of Color #955cea
CMYK Percentages of Color #955cea
Complementary Color
#955cea | #b1ea5c |
#955cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#955cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#955cea Color CSS Codes
.mybgcolor {background-color:#955cea; } .myforecolor {color:#955cea; } .mybordercolor {border:3px solid #955cea; }
#955cea Text Font Color
<p style="color:#955cea">Text here</p>
This sample text font color is #955cea
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.
#955cea Background Color
<div style="background-color:#955cea">
Div content here</div>
This div background color is #955cea
#955cea Border Color
<div style="border:3px solid #955cea">
Div here</div>
This div border color is #955cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,92,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #955cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #955cea; -webkit-box-shadow: 1px 1px 3px 2px #955cea; box-shadow: 1px 1px 3px 2px #955cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,92,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #955cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #955cea; -webkit-box-shadow: 1px 1px 3px 2px #955cea; box-shadow: 1px 1px 3px 2px #955cea;">
Div content here</div>
This div box has shadow with color #955cea
Comments
No comments written yet.
Please login to write comment.