Color spaces of #d70cef
RGB | 215 | 12 | 239 |
---|---|---|---|
HSL | 0.82 | 0.90 | 0.49 |
HSV | 294° | 95° | 94° |
CMYK | 0.10 | 0.95 | 0.00 0.06 |
XYZ | 43.7358 | 20.9420 | 83.3984 |
Yxy | 20.9420 | 0.2954 | 0.1414 |
Hunter Lab | 45.7624 | 90.5107 | -76.0176 |
CIE-Lab | 52.8860 | 89.0916 | -64.2219 |
#d70cef color RGB value is (215,12,239).
#d70cef hex color red value is 215, green value is 12 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d70cef hue: 0.82 , saturation: 0.90 and the lightness value of d70cef is 0.49.
The process color (four color CMYK) of #d70cef color hex is 0.10, 0.95, 0.00, 0.06. Web safe color of #d70cef is #cc00ff. Color #d70cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00001100 | 11101111 |
Octal | 327 | 14 | 357 |
Decimal | 215 | 12 | 239 |
Hex | D7 | C | EF |
Shades of #d70cef
Tints of #d70cef
RGB Percentages of Color #d70cef
CMYK Percentages of Color #d70cef
Complementary Color
#d70cef | #24ef0c |
#d70cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d70cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#d70cef Color CSS Codes
.mybgcolor {background-color:#d70cef; } .myforecolor {color:#d70cef; } .mybordercolor {border:3px solid #d70cef; }
#d70cef Text Font Color
<p style="color:#d70cef">Text here</p>
This sample text font color is #d70cef
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.
#d70cef Background Color
<div style="background-color:#d70cef">
Div content here</div>
This div background color is #d70cef
#d70cef Border Color
<div style="border:3px solid #d70cef">
Div here</div>
This div border color is #d70cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,12,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d70cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d70cef; -webkit-box-shadow: 1px 1px 3px 2px #d70cef; box-shadow: 1px 1px 3px 2px #d70cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,12,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 #d70cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d70cef; -webkit-box-shadow: 1px 1px 3px 2px #d70cef; box-shadow: 1px 1px 3px 2px #d70cef;">
Div content here</div>
This div box has shadow with color #d70cef
Comments
No comments written yet.
Please login to write comment.