Color spaces of #e63fbd
RGB | 230 | 63 | 189 |
---|---|---|---|
HSL | 0.87 | 0.77 | 0.57 |
HSV | 315° | 73° | 90° |
CMYK | 0.00 | 0.73 | 0.18 0.10 |
XYZ | 43.5959 | 24.0521 | 50.4889 |
Yxy | 24.0521 | 0.3690 | 0.2036 |
Hunter Lab | 49.0429 | 72.8494 | -26.7080 |
CIE-Lab | 56.1399 | 74.6539 | -30.4224 |
#e63fbd color RGB value is (230,63,189).
#e63fbd hex color red value is 230, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e63fbd hue: 0.87 , saturation: 0.77 and the lightness value of e63fbd is 0.57.
The process color (four color CMYK) of #e63fbd color hex is 0.00, 0.73, 0.18, 0.10. Web safe color of #e63fbd is #ff33cc. Color #e63fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00111111 | 10111101 |
Octal | 346 | 77 | 275 |
Decimal | 230 | 63 | 189 |
Hex | E6 | 3F | BD |
Shades of #e63fbd
Tints of #e63fbd
RGB Percentages of Color #e63fbd
CMYK Percentages of Color #e63fbd
Complementary Color
#e63fbd | #3fe668 |
#e63fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e63fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e63fbd Color CSS Codes
.mybgcolor {background-color:#e63fbd; } .myforecolor {color:#e63fbd; } .mybordercolor {border:3px solid #e63fbd; }
#e63fbd Text Font Color
<p style="color:#e63fbd">Text here</p>
This sample text font color is #e63fbd
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.
#e63fbd Background Color
<div style="background-color:#e63fbd">
Div content here</div>
This div background color is #e63fbd
#e63fbd Border Color
<div style="border:3px solid #e63fbd">
Div here</div>
This div border color is #e63fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,63,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e63fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e63fbd; -webkit-box-shadow: 1px 1px 3px 2px #e63fbd; box-shadow: 1px 1px 3px 2px #e63fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,63,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e63fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e63fbd; -webkit-box-shadow: 1px 1px 3px 2px #e63fbd; box-shadow: 1px 1px 3px 2px #e63fbd;">
Div content here</div>
This div box has shadow with color #e63fbd
Comments
No comments written yet.
Please login to write comment.