Color spaces of #d133dc
RGB | 209 | 51 | 220 |
---|---|---|---|
HSL | 0.82 | 0.71 | 0.53 |
HSV | 296° | 77° | 86° |
CMYK | 0.05 | 0.77 | 0.00 0.14 |
XYZ | 40.3966 | 21.0903 | 69.6518 |
Yxy | 21.0903 | 0.3080 | 0.1608 |
Hunter Lab | 45.9242 | 76.6479 | -57.7764 |
CIE-Lab | 53.0482 | 78.3072 | -53.2787 |
#d133dc color RGB value is (209,51,220).
#d133dc hex color red value is 209, green value is 51 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d133dc hue: 0.82 , saturation: 0.71 and the lightness value of d133dc is 0.53.
The process color (four color CMYK) of #d133dc color hex is 0.05, 0.77, 0.00, 0.14. Web safe color of #d133dc is #cc33cc. Color #d133dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00110011 | 11011100 |
Octal | 321 | 63 | 334 |
Decimal | 209 | 51 | 220 |
Hex | D1 | 33 | DC |
Shades of #d133dc
Tints of #d133dc
RGB Percentages of Color #d133dc
CMYK Percentages of Color #d133dc
Complementary Color
#d133dc | #3edc33 |
#d133dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d133dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d133dc Color CSS Codes
.mybgcolor {background-color:#d133dc; } .myforecolor {color:#d133dc; } .mybordercolor {border:3px solid #d133dc; }
#d133dc Text Font Color
<p style="color:#d133dc">Text here</p>
This sample text font color is #d133dc
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.
#d133dc Background Color
<div style="background-color:#d133dc">
Div content here</div>
This div background color is #d133dc
#d133dc Border Color
<div style="border:3px solid #d133dc">
Div here</div>
This div border color is #d133dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,51,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d133dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d133dc; -webkit-box-shadow: 1px 1px 3px 2px #d133dc; box-shadow: 1px 1px 3px 2px #d133dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,51,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d133dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d133dc; -webkit-box-shadow: 1px 1px 3px 2px #d133dc; box-shadow: 1px 1px 3px 2px #d133dc;">
Div content here</div>
This div box has shadow with color #d133dc
Comments
No comments written yet.
Please login to write comment.