Color spaces of #e385ef
RGB | 227 | 133 | 239 |
---|---|---|---|
HSL | 0.81 | 0.77 | 0.73 |
HSV | 293° | 44° | 94° |
CMYK | 0.05 | 0.44 | 0.00 0.06 |
XYZ | 55.6461 | 39.3379 | 86.3215 |
Yxy | 39.3379 | 0.3069 | 0.2170 |
Hunter Lab | 62.7199 | 48.6081 | -37.6969 |
CIE-Lab | 68.9953 | 51.9224 | -38.5605 |
#e385ef color RGB value is (227,133,239).
#e385ef hex color red value is 227, green value is 133 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e385ef hue: 0.81 , saturation: 0.77 and the lightness value of e385ef is 0.73.
The process color (four color CMYK) of #e385ef color hex is 0.05, 0.44, 0.00, 0.06. Web safe color of #e385ef is #cc99ff. Color #e385ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10000101 | 11101111 |
Octal | 343 | 205 | 357 |
Decimal | 227 | 133 | 239 |
Hex | E3 | 85 | EF |
Shades of #e385ef
Tints of #e385ef
RGB Percentages of Color #e385ef
CMYK Percentages of Color #e385ef
Complementary Color
#e385ef | #91ef85 |
#e385ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e385ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#e385ef Color CSS Codes
.mybgcolor {background-color:#e385ef; } .myforecolor {color:#e385ef; } .mybordercolor {border:3px solid #e385ef; }
#e385ef Text Font Color
<p style="color:#e385ef">Text here</p>
This sample text font color is #e385ef
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.
#e385ef Background Color
<div style="background-color:#e385ef">
Div content here</div>
This div background color is #e385ef
#e385ef Border Color
<div style="border:3px solid #e385ef">
Div here</div>
This div border color is #e385ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,133,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e385ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e385ef; -webkit-box-shadow: 1px 1px 3px 2px #e385ef; box-shadow: 1px 1px 3px 2px #e385ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,133,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 #e385ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e385ef; -webkit-box-shadow: 1px 1px 3px 2px #e385ef; box-shadow: 1px 1px 3px 2px #e385ef;">
Div content here</div>
This div box has shadow with color #e385ef
Comments
No comments written yet.
Please login to write comment.