Color spaces of #e36bca
RGB | 227 | 107 | 202 |
---|---|---|---|
HSL | 0.87 | 0.68 | 0.65 |
HSV | 313° | 53° | 89° |
CMYK | 0.00 | 0.53 | 0.11 0.11 |
XYZ | 47.5969 | 31.1106 | 59.3734 |
Yxy | 31.1106 | 0.3447 | 0.2253 |
Hunter Lab | 55.7769 | 54.7125 | -24.0692 |
CIE-Lab | 62.6009 | 58.2575 | -27.8769 |
#e36bca color RGB value is (227,107,202).
#e36bca hex color red value is 227, green value is 107 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e36bca hue: 0.87 , saturation: 0.68 and the lightness value of e36bca is 0.65.
The process color (four color CMYK) of #e36bca color hex is 0.00, 0.53, 0.11, 0.11. Web safe color of #e36bca is #cc66cc. Color #e36bca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01101011 | 11001010 |
Octal | 343 | 153 | 312 |
Decimal | 227 | 107 | 202 |
Hex | E3 | 6B | CA |
Shades of #e36bca
Tints of #e36bca
RGB Percentages of Color #e36bca
CMYK Percentages of Color #e36bca
Complementary Color
#e36bca | #6be384 |
#e36bca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e36bca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e36bca Color CSS Codes
.mybgcolor {background-color:#e36bca; } .myforecolor {color:#e36bca; } .mybordercolor {border:3px solid #e36bca; }
#e36bca Text Font Color
<p style="color:#e36bca">Text here</p>
This sample text font color is #e36bca
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.
#e36bca Background Color
<div style="background-color:#e36bca">
Div content here</div>
This div background color is #e36bca
#e36bca Border Color
<div style="border:3px solid #e36bca">
Div here</div>
This div border color is #e36bca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,107,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e36bca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e36bca; -webkit-box-shadow: 1px 1px 3px 2px #e36bca; box-shadow: 1px 1px 3px 2px #e36bca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,107,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e36bca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e36bca; -webkit-box-shadow: 1px 1px 3px 2px #e36bca; box-shadow: 1px 1px 3px 2px #e36bca;">
Div content here</div>
This div box has shadow with color #e36bca
Comments
No comments written yet.
Please login to write comment.