Color spaces of #e75ceb
RGB | 231 | 92 | 235 |
---|---|---|---|
HSL | 0.83 | 0.78 | 0.64 |
HSV | 298° | 61° | 92° |
CMYK | 0.02 | 0.61 | 0.00 0.08 |
XYZ | 51.7775 | 30.6414 | 81.7827 |
Yxy | 30.6414 | 0.3153 | 0.1866 |
Hunter Lab | 55.3547 | 70.0941 | -48.8486 |
CIE-Lab | 62.2037 | 71.2696 | -46.9673 |
#e75ceb color RGB value is (231,92,235).
#e75ceb hex color red value is 231, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e75ceb hue: 0.83 , saturation: 0.78 and the lightness value of e75ceb is 0.64.
The process color (four color CMYK) of #e75ceb color hex is 0.02, 0.61, 0.00, 0.08. Web safe color of #e75ceb is #ff66ff. Color #e75ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01011100 | 11101011 |
Octal | 347 | 134 | 353 |
Decimal | 231 | 92 | 235 |
Hex | E7 | 5C | EB |
Shades of #e75ceb
Tints of #e75ceb
RGB Percentages of Color #e75ceb
CMYK Percentages of Color #e75ceb
Complementary Color
#e75ceb | #60eb5c |
#e75ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e75ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e75ceb Color CSS Codes
.mybgcolor {background-color:#e75ceb; } .myforecolor {color:#e75ceb; } .mybordercolor {border:3px solid #e75ceb; }
#e75ceb Text Font Color
<p style="color:#e75ceb">Text here</p>
This sample text font color is #e75ceb
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.
#e75ceb Background Color
<div style="background-color:#e75ceb">
Div content here</div>
This div background color is #e75ceb
#e75ceb Border Color
<div style="border:3px solid #e75ceb">
Div here</div>
This div border color is #e75ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,92,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e75ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e75ceb; -webkit-box-shadow: 1px 1px 3px 2px #e75ceb; box-shadow: 1px 1px 3px 2px #e75ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,92,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e75ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e75ceb; -webkit-box-shadow: 1px 1px 3px 2px #e75ceb; box-shadow: 1px 1px 3px 2px #e75ceb;">
Div content here</div>
This div box has shadow with color #e75ceb
Comments
No comments written yet.
Please login to write comment.