Color spaces of #e93ecf
RGB | 233 | 62 | 207 |
---|---|---|---|
HSL | 0.86 | 0.80 | 0.58 |
HSV | 309° | 73° | 91° |
CMYK | 0.00 | 0.73 | 0.11 0.09 |
XYZ | 46.5894 | 25.2739 | 61.4543 |
Yxy | 25.2739 | 0.3495 | 0.1896 |
Hunter Lab | 50.2732 | 77.4424 | -37.2854 |
CIE-Lab | 57.3413 | 78.1065 | -38.8321 |
#e93ecf color RGB value is (233,62,207).
#e93ecf hex color red value is 233, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e93ecf hue: 0.86 , saturation: 0.80 and the lightness value of e93ecf is 0.58.
The process color (four color CMYK) of #e93ecf color hex is 0.00, 0.73, 0.11, 0.09. Web safe color of #e93ecf is #ff33cc. Color #e93ecf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00111110 | 11001111 |
Octal | 351 | 76 | 317 |
Decimal | 233 | 62 | 207 |
Hex | E9 | 3E | CF |
Shades of #e93ecf
Tints of #e93ecf
RGB Percentages of Color #e93ecf
CMYK Percentages of Color #e93ecf
Complementary Color
#e93ecf | #3ee958 |
#e93ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e93ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e93ecf Color CSS Codes
.mybgcolor {background-color:#e93ecf; } .myforecolor {color:#e93ecf; } .mybordercolor {border:3px solid #e93ecf; }
#e93ecf Text Font Color
<p style="color:#e93ecf">Text here</p>
This sample text font color is #e93ecf
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.
#e93ecf Background Color
<div style="background-color:#e93ecf">
Div content here</div>
This div background color is #e93ecf
#e93ecf Border Color
<div style="border:3px solid #e93ecf">
Div here</div>
This div border color is #e93ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,62,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e93ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e93ecf; -webkit-box-shadow: 1px 1px 3px 2px #e93ecf; box-shadow: 1px 1px 3px 2px #e93ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,62,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e93ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e93ecf; -webkit-box-shadow: 1px 1px 3px 2px #e93ecf; box-shadow: 1px 1px 3px 2px #e93ecf;">
Div content here</div>
This div box has shadow with color #e93ecf
Comments
No comments written yet.
Please login to write comment.