Color spaces of #d83ebf
RGB | 216 | 62 | 191 |
---|---|---|---|
HSL | 0.86 | 0.66 | 0.55 |
HSV | 310° | 71° | 85° |
CMYK | 0.00 | 0.71 | 0.12 0.15 |
XYZ | 39.4455 | 21.8058 | 51.4201 |
Yxy | 21.8058 | 0.3501 | 0.1935 |
Hunter Lab | 46.6967 | 69.0629 | -32.5996 |
CIE-Lab | 53.8203 | 72.0052 | -35.3675 |
#d83ebf color RGB value is (216,62,191).
#d83ebf hex color red value is 216, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d83ebf hue: 0.86 , saturation: 0.66 and the lightness value of d83ebf is 0.55.
The process color (four color CMYK) of #d83ebf color hex is 0.00, 0.71, 0.12, 0.15. Web safe color of #d83ebf is #cc33cc. Color #d83ebf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 00111110 | 10111111 |
Octal | 330 | 76 | 277 |
Decimal | 216 | 62 | 191 |
Hex | D8 | 3E | BF |
Shades of #d83ebf
Tints of #d83ebf
RGB Percentages of Color #d83ebf
CMYK Percentages of Color #d83ebf
Complementary Color
#d83ebf | #3ed857 |
#d83ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d83ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d83ebf Color CSS Codes
.mybgcolor {background-color:#d83ebf; } .myforecolor {color:#d83ebf; } .mybordercolor {border:3px solid #d83ebf; }
#d83ebf Text Font Color
<p style="color:#d83ebf">Text here</p>
This sample text font color is #d83ebf
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.
#d83ebf Background Color
<div style="background-color:#d83ebf">
Div content here</div>
This div background color is #d83ebf
#d83ebf Border Color
<div style="border:3px solid #d83ebf">
Div here</div>
This div border color is #d83ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,62,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d83ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d83ebf; -webkit-box-shadow: 1px 1px 3px 2px #d83ebf; box-shadow: 1px 1px 3px 2px #d83ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,62,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d83ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d83ebf; -webkit-box-shadow: 1px 1px 3px 2px #d83ebf; box-shadow: 1px 1px 3px 2px #d83ebf;">
Div content here</div>
This div box has shadow with color #d83ebf
Comments
No comments written yet.
Please login to write comment.