Color spaces of #e961fb
RGB | 233 | 97 | 251 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.68 |
HSV | 293° | 61° | 98° |
CMYK | 0.07 | 0.61 | 0.00 0.02 |
XYZ | 55.2916 | 32.8381 | 94.6910 |
Yxy | 32.8381 | 0.3024 | 0.1796 |
Hunter Lab | 57.3045 | 71.9469 | -57.8586 |
CIE-Lab | 64.0296 | 72.4363 | -52.9210 |
#e961fb color RGB value is (233,97,251).
#e961fb hex color red value is 233, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e961fb hue: 0.81 , saturation: 0.95 and the lightness value of e961fb is 0.68.
The process color (four color CMYK) of #e961fb color hex is 0.07, 0.61, 0.00, 0.02. Web safe color of #e961fb is #ff66ff. Color #e961fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01100001 | 11111011 |
Octal | 351 | 141 | 373 |
Decimal | 233 | 97 | 251 |
Hex | E9 | 61 | FB |
Shades of #e961fb
Tints of #e961fb
RGB Percentages of Color #e961fb
CMYK Percentages of Color #e961fb
Complementary Color
#e961fb | #73fb61 |
#e961fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e961fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e961fb Color CSS Codes
.mybgcolor {background-color:#e961fb; } .myforecolor {color:#e961fb; } .mybordercolor {border:3px solid #e961fb; }
#e961fb Text Font Color
<p style="color:#e961fb">Text here</p>
This sample text font color is #e961fb
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.
#e961fb Background Color
<div style="background-color:#e961fb">
Div content here</div>
This div background color is #e961fb
#e961fb Border Color
<div style="border:3px solid #e961fb">
Div here</div>
This div border color is #e961fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,97,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e961fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e961fb; -webkit-box-shadow: 1px 1px 3px 2px #e961fb; box-shadow: 1px 1px 3px 2px #e961fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,97,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e961fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e961fb; -webkit-box-shadow: 1px 1px 3px 2px #e961fb; box-shadow: 1px 1px 3px 2px #e961fb;">
Div content here</div>
This div box has shadow with color #e961fb
Comments
No comments written yet.
Please login to write comment.