Color spaces of #e67fdb
RGB | 230 | 127 | 219 |
---|---|---|---|
HSL | 0.85 | 0.67 | 0.70 |
HSV | 306° | 45° | 90° |
CMYK | 0.00 | 0.45 | 0.05 0.10 |
XYZ | 53.0087 | 37.1162 | 71.3881 |
Yxy | 37.1162 | 0.3282 | 0.2298 |
Hunter Lab | 60.9231 | 48.6961 | -26.8284 |
CIE-Lab | 67.3641 | 52.2380 | -30.0163 |
#e67fdb color RGB value is (230,127,219).
#e67fdb hex color red value is 230, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e67fdb hue: 0.85 , saturation: 0.67 and the lightness value of e67fdb is 0.70.
The process color (four color CMYK) of #e67fdb color hex is 0.00, 0.45, 0.05, 0.10. Web safe color of #e67fdb is #ff66cc. Color #e67fdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01111111 | 11011011 |
Octal | 346 | 177 | 333 |
Decimal | 230 | 127 | 219 |
Hex | E6 | 7F | DB |
Shades of #e67fdb
Tints of #e67fdb
RGB Percentages of Color #e67fdb
CMYK Percentages of Color #e67fdb
Complementary Color
#e67fdb | #7fe68a |
#e67fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e67fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e67fdb Color CSS Codes
.mybgcolor {background-color:#e67fdb; } .myforecolor {color:#e67fdb; } .mybordercolor {border:3px solid #e67fdb; }
#e67fdb Text Font Color
<p style="color:#e67fdb">Text here</p>
This sample text font color is #e67fdb
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.
#e67fdb Background Color
<div style="background-color:#e67fdb">
Div content here</div>
This div background color is #e67fdb
#e67fdb Border Color
<div style="border:3px solid #e67fdb">
Div here</div>
This div border color is #e67fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,127,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e67fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e67fdb; -webkit-box-shadow: 1px 1px 3px 2px #e67fdb; box-shadow: 1px 1px 3px 2px #e67fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,127,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e67fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e67fdb; -webkit-box-shadow: 1px 1px 3px 2px #e67fdb; box-shadow: 1px 1px 3px 2px #e67fdb;">
Div content here</div>
This div box has shadow with color #e67fdb
Comments
No comments written yet.
Please login to write comment.