Color spaces of #e16bd3
RGB | 225 | 107 | 211 |
---|---|---|---|
HSL | 0.85 | 0.66 | 0.65 |
HSV | 307° | 52° | 88° |
CMYK | 0.00 | 0.52 | 0.06 0.12 |
XYZ | 48.0669 | 31.2261 | 65.1218 |
Yxy | 31.2261 | 0.3328 | 0.2162 |
Hunter Lab | 55.8803 | 55.7508 | -29.9792 |
CIE-Lab | 62.6980 | 59.1414 | -32.8210 |
#e16bd3 color RGB value is (225,107,211).
#e16bd3 hex color red value is 225, green value is 107 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #e16bd3 hue: 0.85 , saturation: 0.66 and the lightness value of e16bd3 is 0.65.
The process color (four color CMYK) of #e16bd3 color hex is 0.00, 0.52, 0.06, 0.12. Web safe color of #e16bd3 is #cc66cc. Color #e16bd3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01101011 | 11010011 |
Octal | 341 | 153 | 323 |
Decimal | 225 | 107 | 211 |
Hex | E1 | 6B | D3 |
Shades of #e16bd3
Tints of #e16bd3
RGB Percentages of Color #e16bd3
CMYK Percentages of Color #e16bd3
Complementary Color
#e16bd3 | #6be179 |
#e16bd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e16bd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e16bd3 Color CSS Codes
.mybgcolor {background-color:#e16bd3; } .myforecolor {color:#e16bd3; } .mybordercolor {border:3px solid #e16bd3; }
#e16bd3 Text Font Color
<p style="color:#e16bd3">Text here</p>
This sample text font color is #e16bd3
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.
#e16bd3 Background Color
<div style="background-color:#e16bd3">
Div content here</div>
This div background color is #e16bd3
#e16bd3 Border Color
<div style="border:3px solid #e16bd3">
Div here</div>
This div border color is #e16bd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,107,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e16bd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e16bd3; -webkit-box-shadow: 1px 1px 3px 2px #e16bd3; box-shadow: 1px 1px 3px 2px #e16bd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,107,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e16bd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e16bd3; -webkit-box-shadow: 1px 1px 3px 2px #e16bd3; box-shadow: 1px 1px 3px 2px #e16bd3;">
Div content here</div>
This div box has shadow with color #e16bd3
Comments
No comments written yet.
Please login to write comment.