Color spaces of #e69ded
RGB | 230 | 157 | 237 |
---|---|---|---|
HSL | 0.82 | 0.69 | 0.77 |
HSV | 295° | 34° | 93° |
CMYK | 0.03 | 0.34 | 0.00 0.07 |
XYZ | 59.9762 | 47.0514 | 86.0415 |
Yxy | 47.0514 | 0.3106 | 0.2437 |
Hunter Lab | 68.5940 | 36.0346 | -26.3551 |
CIE-Lab | 74.2226 | 39.9706 | -29.3476 |
#e69ded color RGB value is (230,157,237).
#e69ded hex color red value is 230, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e69ded hue: 0.82 , saturation: 0.69 and the lightness value of e69ded is 0.77.
The process color (four color CMYK) of #e69ded color hex is 0.03, 0.34, 0.00, 0.07. Web safe color of #e69ded is #ff99ff. Color #e69ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10011101 | 11101101 |
Octal | 346 | 235 | 355 |
Decimal | 230 | 157 | 237 |
Hex | E6 | 9D | ED |
Shades of #e69ded
Tints of #e69ded
RGB Percentages of Color #e69ded
CMYK Percentages of Color #e69ded
Complementary Color
#e69ded | #a4ed9d |
#e69ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e69ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#e69ded Color CSS Codes
.mybgcolor {background-color:#e69ded; } .myforecolor {color:#e69ded; } .mybordercolor {border:3px solid #e69ded; }
#e69ded Text Font Color
<p style="color:#e69ded">Text here</p>
This sample text font color is #e69ded
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.
#e69ded Background Color
<div style="background-color:#e69ded">
Div content here</div>
This div background color is #e69ded
#e69ded Border Color
<div style="border:3px solid #e69ded">
Div here</div>
This div border color is #e69ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,157,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e69ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e69ded; -webkit-box-shadow: 1px 1px 3px 2px #e69ded; box-shadow: 1px 1px 3px 2px #e69ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,157,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e69ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e69ded; -webkit-box-shadow: 1px 1px 3px 2px #e69ded; box-shadow: 1px 1px 3px 2px #e69ded;">
Div content here</div>
This div box has shadow with color #e69ded
Comments
No comments written yet.
Please login to write comment.