Color spaces of #e675fa
RGB | 230 | 117 | 250 |
---|---|---|---|
HSL | 0.81 | 0.93 | 0.72 |
HSV | 291° | 53° | 98° |
CMYK | 0.08 | 0.53 | 0.00 0.02 |
XYZ | 56.2497 | 36.4477 | 94.5129 |
Yxy | 36.4477 | 0.3005 | 0.1947 |
Hunter Lab | 60.3719 | 60.6610 | -50.5588 |
CIE-Lab | 66.8606 | 62.6308 | -47.9202 |
#e675fa color RGB value is (230,117,250).
#e675fa hex color red value is 230, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e675fa hue: 0.81 , saturation: 0.93 and the lightness value of e675fa is 0.72.
The process color (four color CMYK) of #e675fa color hex is 0.08, 0.53, 0.00, 0.02. Web safe color of #e675fa is #ff66ff. Color #e675fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01110101 | 11111010 |
Octal | 346 | 165 | 372 |
Decimal | 230 | 117 | 250 |
Hex | E6 | 75 | FA |
Shades of #e675fa
Tints of #e675fa
RGB Percentages of Color #e675fa
CMYK Percentages of Color #e675fa
Complementary Color
#e675fa | #89fa75 |
#e675fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e675fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e675fa Color CSS Codes
.mybgcolor {background-color:#e675fa; } .myforecolor {color:#e675fa; } .mybordercolor {border:3px solid #e675fa; }
#e675fa Text Font Color
<p style="color:#e675fa">Text here</p>
This sample text font color is #e675fa
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.
#e675fa Background Color
<div style="background-color:#e675fa">
Div content here</div>
This div background color is #e675fa
#e675fa Border Color
<div style="border:3px solid #e675fa">
Div here</div>
This div border color is #e675fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,117,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e675fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e675fa; -webkit-box-shadow: 1px 1px 3px 2px #e675fa; box-shadow: 1px 1px 3px 2px #e675fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,117,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e675fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e675fa; -webkit-box-shadow: 1px 1px 3px 2px #e675fa; box-shadow: 1px 1px 3px 2px #e675fa;">
Div content here</div>
This div box has shadow with color #e675fa
Comments
No comments written yet.
Please login to write comment.