Color spaces of #e26def
RGB | 226 | 109 | 239 |
---|---|---|---|
HSL | 0.82 | 0.80 | 0.68 |
HSV | 294° | 54° | 94° |
CMYK | 0.05 | 0.54 | 0.00 0.06 |
XYZ | 52.4127 | 33.3380 | 85.3338 |
Yxy | 33.3380 | 0.3064 | 0.1949 |
Hunter Lab | 57.7391 | 60.9902 | -47.2086 |
CIE-Lab | 64.4337 | 63.3210 | -45.7168 |
#e26def color RGB value is (226,109,239).
#e26def hex color red value is 226, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e26def hue: 0.82 , saturation: 0.80 and the lightness value of e26def is 0.68.
The process color (four color CMYK) of #e26def color hex is 0.05, 0.54, 0.00, 0.06. Web safe color of #e26def is #cc66ff. Color #e26def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01101101 | 11101111 |
Octal | 342 | 155 | 357 |
Decimal | 226 | 109 | 239 |
Hex | E2 | 6D | EF |
Shades of #e26def
Tints of #e26def
RGB Percentages of Color #e26def
CMYK Percentages of Color #e26def
Complementary Color
#e26def | #7aef6d |
#e26def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e26def Color Preview on White Background
Lorem ipsum dolor sit amet.
#e26def Color CSS Codes
.mybgcolor {background-color:#e26def; } .myforecolor {color:#e26def; } .mybordercolor {border:3px solid #e26def; }
#e26def Text Font Color
<p style="color:#e26def">Text here</p>
This sample text font color is #e26def
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.
#e26def Background Color
<div style="background-color:#e26def">
Div content here</div>
This div background color is #e26def
#e26def Border Color
<div style="border:3px solid #e26def">
Div here</div>
This div border color is #e26def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,109,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e26def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e26def; -webkit-box-shadow: 1px 1px 3px 2px #e26def; box-shadow: 1px 1px 3px 2px #e26def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,109,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e26def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e26def; -webkit-box-shadow: 1px 1px 3px 2px #e26def; box-shadow: 1px 1px 3px 2px #e26def;">
Div content here</div>
This div box has shadow with color #e26def
Comments
No comments written yet.
Please login to write comment.