Color spaces of #d126ee
RGB | 209 | 38 | 238 |
---|---|---|---|
HSL | 0.81 | 0.85 | 0.54 |
HSV | 291° | 84° | 93° |
CMYK | 0.12 | 0.84 | 0.00 0.07 |
XYZ | 42.4202 | 21.1146 | 82.7286 |
Yxy | 21.1146 | 0.2900 | 0.1444 |
Hunter Lab | 45.9506 | 84.3721 | -74.5791 |
CIE-Lab | 53.0747 | 84.3681 | -63.4053 |
#d126ee color RGB value is (209,38,238).
#d126ee hex color red value is 209, green value is 38 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d126ee hue: 0.81 , saturation: 0.85 and the lightness value of d126ee is 0.54.
The process color (four color CMYK) of #d126ee color hex is 0.12, 0.84, 0.00, 0.07. Web safe color of #d126ee is #cc33ff. Color #d126ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00100110 | 11101110 |
Octal | 321 | 46 | 356 |
Decimal | 209 | 38 | 238 |
Hex | D1 | 26 | EE |
Shades of #d126ee
Tints of #d126ee
RGB Percentages of Color #d126ee
CMYK Percentages of Color #d126ee
Complementary Color
#d126ee | #43ee26 |
#d126ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d126ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d126ee Color CSS Codes
.mybgcolor {background-color:#d126ee; } .myforecolor {color:#d126ee; } .mybordercolor {border:3px solid #d126ee; }
#d126ee Text Font Color
<p style="color:#d126ee">Text here</p>
This sample text font color is #d126ee
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.
#d126ee Background Color
<div style="background-color:#d126ee">
Div content here</div>
This div background color is #d126ee
#d126ee Border Color
<div style="border:3px solid #d126ee">
Div here</div>
This div border color is #d126ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,38,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d126ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d126ee; -webkit-box-shadow: 1px 1px 3px 2px #d126ee; box-shadow: 1px 1px 3px 2px #d126ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,38,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d126ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d126ee; -webkit-box-shadow: 1px 1px 3px 2px #d126ee; box-shadow: 1px 1px 3px 2px #d126ee;">
Div content here</div>
This div box has shadow with color #d126ee
Comments
No comments written yet.
Please login to write comment.