Color spaces of #e78ccb
RGB | 231 | 140 | 203 |
---|---|---|---|
HSL | 0.88 | 0.65 | 0.73 |
HSV | 318° | 39° | 91° |
CMYK | 0.00 | 0.39 | 0.12 0.09 |
XYZ | 53.1126 | 40.0569 | 61.4323 |
Yxy | 40.0569 | 0.3435 | 0.2591 |
Hunter Lab | 63.2905 | 39.0365 | -13.2459 |
CIE-Lab | 69.5100 | 43.2571 | -17.8319 |
#e78ccb color RGB value is (231,140,203).
#e78ccb hex color red value is 231, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e78ccb hue: 0.88 , saturation: 0.65 and the lightness value of e78ccb is 0.73.
The process color (four color CMYK) of #e78ccb color hex is 0.00, 0.39, 0.12, 0.09. Web safe color of #e78ccb is #ff99cc. Color #e78ccb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10001100 | 11001011 |
Octal | 347 | 214 | 313 |
Decimal | 231 | 140 | 203 |
Hex | E7 | 8C | CB |
Shades of #e78ccb
Tints of #e78ccb
RGB Percentages of Color #e78ccb
CMYK Percentages of Color #e78ccb
Complementary Color
#e78ccb | #8ce7a8 |
#e78ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78ccb Color CSS Codes
.mybgcolor {background-color:#e78ccb; } .myforecolor {color:#e78ccb; } .mybordercolor {border:3px solid #e78ccb; }
#e78ccb Text Font Color
<p style="color:#e78ccb">Text here</p>
This sample text font color is #e78ccb
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.
#e78ccb Background Color
<div style="background-color:#e78ccb">
Div content here</div>
This div background color is #e78ccb
#e78ccb Border Color
<div style="border:3px solid #e78ccb">
Div here</div>
This div border color is #e78ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,140,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78ccb; -webkit-box-shadow: 1px 1px 3px 2px #e78ccb; box-shadow: 1px 1px 3px 2px #e78ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,140,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e78ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78ccb; -webkit-box-shadow: 1px 1px 3px 2px #e78ccb; box-shadow: 1px 1px 3px 2px #e78ccb;">
Div content here</div>
This div box has shadow with color #e78ccb
Comments
No comments written yet.
Please login to write comment.