Color spaces of #d48eec
RGB | 212 | 142 | 236 |
---|---|---|---|
HSL | 0.79 | 0.71 | 0.74 |
HSV | 285° | 40° | 93° |
CMYK | 0.10 | 0.40 | 0.00 0.07 |
XYZ | 51.9647 | 39.3992 | 84.2228 |
Yxy | 39.3992 | 0.2959 | 0.2244 |
Hunter Lab | 62.7688 | 37.9303 | -35.6168 |
CIE-Lab | 69.0395 | 42.2969 | -36.9720 |
#d48eec color RGB value is (212,142,236).
#d48eec hex color red value is 212, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d48eec hue: 0.79 , saturation: 0.71 and the lightness value of d48eec is 0.74.
The process color (four color CMYK) of #d48eec color hex is 0.10, 0.40, 0.00, 0.07. Web safe color of #d48eec is #cc99ff. Color #d48eec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10001110 | 11101100 |
Octal | 324 | 216 | 354 |
Decimal | 212 | 142 | 236 |
Hex | D4 | 8E | EC |
Shades of #d48eec
Tints of #d48eec
RGB Percentages of Color #d48eec
CMYK Percentages of Color #d48eec
Complementary Color
#d48eec | #a6ec8e |
#d48eec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d48eec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d48eec Color CSS Codes
.mybgcolor {background-color:#d48eec; } .myforecolor {color:#d48eec; } .mybordercolor {border:3px solid #d48eec; }
#d48eec Text Font Color
<p style="color:#d48eec">Text here</p>
This sample text font color is #d48eec
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.
#d48eec Background Color
<div style="background-color:#d48eec">
Div content here</div>
This div background color is #d48eec
#d48eec Border Color
<div style="border:3px solid #d48eec">
Div here</div>
This div border color is #d48eec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,142,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d48eec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d48eec; -webkit-box-shadow: 1px 1px 3px 2px #d48eec; box-shadow: 1px 1px 3px 2px #d48eec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,142,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d48eec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d48eec; -webkit-box-shadow: 1px 1px 3px 2px #d48eec; box-shadow: 1px 1px 3px 2px #d48eec;">
Div content here</div>
This div box has shadow with color #d48eec
Comments
No comments written yet.
Please login to write comment.