Color spaces of #e634cf
RGB | 230 | 52 | 207 |
---|---|---|---|
HSL | 0.85 | 0.78 | 0.55 |
HSV | 308° | 77° | 90° |
CMYK | 0.00 | 0.77 | 0.10 0.10 |
XYZ | 45.1236 | 23.7840 | 61.2440 |
Yxy | 23.7840 | 0.3467 | 0.1827 |
Hunter Lab | 48.7688 | 79.8125 | -40.3183 |
CIE-Lab | 55.8709 | 80.2661 | -41.1786 |
#e634cf color RGB value is (230,52,207).
#e634cf hex color red value is 230, green value is 52 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e634cf hue: 0.85 , saturation: 0.78 and the lightness value of e634cf is 0.55.
The process color (four color CMYK) of #e634cf color hex is 0.00, 0.77, 0.10, 0.10. Web safe color of #e634cf is #ff33cc. Color #e634cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00110100 | 11001111 |
Octal | 346 | 64 | 317 |
Decimal | 230 | 52 | 207 |
Hex | E6 | 34 | CF |
Shades of #e634cf
Tints of #e634cf
RGB Percentages of Color #e634cf
CMYK Percentages of Color #e634cf
Complementary Color
#e634cf | #34e64b |
#e634cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e634cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e634cf Color CSS Codes
.mybgcolor {background-color:#e634cf; } .myforecolor {color:#e634cf; } .mybordercolor {border:3px solid #e634cf; }
#e634cf Text Font Color
<p style="color:#e634cf">Text here</p>
This sample text font color is #e634cf
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.
#e634cf Background Color
<div style="background-color:#e634cf">
Div content here</div>
This div background color is #e634cf
#e634cf Border Color
<div style="border:3px solid #e634cf">
Div here</div>
This div border color is #e634cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,52,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e634cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e634cf; -webkit-box-shadow: 1px 1px 3px 2px #e634cf; box-shadow: 1px 1px 3px 2px #e634cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,52,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 #e634cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e634cf; -webkit-box-shadow: 1px 1px 3px 2px #e634cf; box-shadow: 1px 1px 3px 2px #e634cf;">
Div content here</div>
This div box has shadow with color #e634cf
Comments
No comments written yet.
Please login to write comment.