Color spaces of #d148ea
RGB | 209 | 72 | 234 |
---|---|---|---|
HSL | 0.81 | 0.79 | 0.60 |
HSV | 291° | 69° | 92° |
CMYK | 0.11 | 0.69 | 0.00 0.08 |
XYZ | 43.4631 | 24.1306 | 80.2088 |
Yxy | 24.1306 | 0.2941 | 0.1633 |
Hunter Lab | 49.1229 | 71.9686 | -62.4238 |
CIE-Lab | 56.2183 | 73.9240 | -56.1132 |
#d148ea color RGB value is (209,72,234).
#d148ea hex color red value is 209, green value is 72 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d148ea hue: 0.81 , saturation: 0.79 and the lightness value of d148ea is 0.60.
The process color (four color CMYK) of #d148ea color hex is 0.11, 0.69, 0.00, 0.08. Web safe color of #d148ea is #cc33ff. Color #d148ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01001000 | 11101010 |
Octal | 321 | 110 | 352 |
Decimal | 209 | 72 | 234 |
Hex | D1 | 48 | EA |
Shades of #d148ea
Tints of #d148ea
RGB Percentages of Color #d148ea
CMYK Percentages of Color #d148ea
Complementary Color
#d148ea | #61ea48 |
#d148ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d148ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d148ea Color CSS Codes
.mybgcolor {background-color:#d148ea; } .myforecolor {color:#d148ea; } .mybordercolor {border:3px solid #d148ea; }
#d148ea Text Font Color
<p style="color:#d148ea">Text here</p>
This sample text font color is #d148ea
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.
#d148ea Background Color
<div style="background-color:#d148ea">
Div content here</div>
This div background color is #d148ea
#d148ea Border Color
<div style="border:3px solid #d148ea">
Div here</div>
This div border color is #d148ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,72,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d148ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d148ea; -webkit-box-shadow: 1px 1px 3px 2px #d148ea; box-shadow: 1px 1px 3px 2px #d148ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,72,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d148ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d148ea; -webkit-box-shadow: 1px 1px 3px 2px #d148ea; box-shadow: 1px 1px 3px 2px #d148ea;">
Div content here</div>
This div box has shadow with color #d148ea
Comments
No comments written yet.
Please login to write comment.