Color spaces of #fc93ef
RGB | 252 | 147 | 239 |
---|---|---|---|
HSL | 0.85 | 0.95 | 0.78 |
HSV | 307° | 42° | 99° |
CMYK | 0.00 | 0.42 | 0.05 0.01 |
XYZ | 66.1586 | 47.7949 | 87.3997 |
Yxy | 47.7949 | 0.3286 | 0.2374 |
Hunter Lab | 69.1339 | 49.8338 | -26.5613 |
CIE-Lab | 74.6954 | 52.1895 | -29.5004 |
#fc93ef color RGB value is (252,147,239).
#fc93ef hex color red value is 252, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fc93ef hue: 0.85 , saturation: 0.95 and the lightness value of fc93ef is 0.78.
The process color (four color CMYK) of #fc93ef color hex is 0.00, 0.42, 0.05, 0.01. Web safe color of #fc93ef is #ff99ff. Color #fc93ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10010011 | 11101111 |
Octal | 374 | 223 | 357 |
Decimal | 252 | 147 | 239 |
Hex | FC | 93 | EF |
Shades of #fc93ef
Tints of #fc93ef
RGB Percentages of Color #fc93ef
CMYK Percentages of Color #fc93ef
Complementary Color
#fc93ef | #93fca0 |
#fc93ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc93ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc93ef Color CSS Codes
.mybgcolor {background-color:#fc93ef; } .myforecolor {color:#fc93ef; } .mybordercolor {border:3px solid #fc93ef; }
#fc93ef Text Font Color
<p style="color:#fc93ef">Text here</p>
This sample text font color is #fc93ef
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.
#fc93ef Background Color
<div style="background-color:#fc93ef">
Div content here</div>
This div background color is #fc93ef
#fc93ef Border Color
<div style="border:3px solid #fc93ef">
Div here</div>
This div border color is #fc93ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,147,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc93ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc93ef; -webkit-box-shadow: 1px 1px 3px 2px #fc93ef; box-shadow: 1px 1px 3px 2px #fc93ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,147,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc93ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc93ef; -webkit-box-shadow: 1px 1px 3px 2px #fc93ef; box-shadow: 1px 1px 3px 2px #fc93ef;">
Div content here</div>
This div box has shadow with color #fc93ef
Comments
No comments written yet.
Please login to write comment.