Color spaces of #e970bd
RGB | 233 | 112 | 189 |
---|---|---|---|
HSL | 0.89 | 0.73 | 0.68 |
HSV | 322° | 52° | 91° |
CMYK | 0.00 | 0.52 | 0.19 0.09 |
XYZ | 48.5838 | 32.5861 | 51.8732 |
Yxy | 32.5861 | 0.3652 | 0.2449 |
Hunter Lab | 57.0842 | 52.0221 | -13.9186 |
CIE-Lab | 63.8244 | 55.7094 | -18.5754 |
#e970bd color RGB value is (233,112,189).
#e970bd hex color red value is 233, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e970bd hue: 0.89 , saturation: 0.73 and the lightness value of e970bd is 0.68.
The process color (four color CMYK) of #e970bd color hex is 0.00, 0.52, 0.19, 0.09. Web safe color of #e970bd is #ff66cc. Color #e970bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 01110000 | 10111101 |
Octal | 351 | 160 | 275 |
Decimal | 233 | 112 | 189 |
Hex | E9 | 70 | BD |
Shades of #e970bd
Tints of #e970bd
RGB Percentages of Color #e970bd
CMYK Percentages of Color #e970bd
Complementary Color
#e970bd | #70e99c |
#e970bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e970bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e970bd Color CSS Codes
.mybgcolor {background-color:#e970bd; } .myforecolor {color:#e970bd; } .mybordercolor {border:3px solid #e970bd; }
#e970bd Text Font Color
<p style="color:#e970bd">Text here</p>
This sample text font color is #e970bd
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.
#e970bd Background Color
<div style="background-color:#e970bd">
Div content here</div>
This div background color is #e970bd
#e970bd Border Color
<div style="border:3px solid #e970bd">
Div here</div>
This div border color is #e970bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,112,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e970bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e970bd; -webkit-box-shadow: 1px 1px 3px 2px #e970bd; box-shadow: 1px 1px 3px 2px #e970bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,112,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e970bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e970bd; -webkit-box-shadow: 1px 1px 3px 2px #e970bd; box-shadow: 1px 1px 3px 2px #e970bd;">
Div content here</div>
This div box has shadow with color #e970bd
Comments
No comments written yet.
Please login to write comment.