Color spaces of #d133cf
RGB | 209 | 51 | 207 |
---|---|---|---|
HSL | 0.84 | 0.63 | 0.51 |
HSV | 301° | 76° | 82° |
CMYK | 0.00 | 0.76 | 0.01 0.18 |
XYZ | 38.7408 | 20.4280 | 60.9326 |
Yxy | 20.4280 | 0.3226 | 0.1701 |
Hunter Lab | 45.1973 | 73.9055 | -48.2934 |
CIE-Lab | 52.3177 | 76.2477 | -47.0245 |
#d133cf color RGB value is (209,51,207).
#d133cf hex color red value is 209, green value is 51 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d133cf hue: 0.84 , saturation: 0.63 and the lightness value of d133cf is 0.51.
The process color (four color CMYK) of #d133cf color hex is 0.00, 0.76, 0.01, 0.18. Web safe color of #d133cf is #cc33cc. Color #d133cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00110011 | 11001111 |
Octal | 321 | 63 | 317 |
Decimal | 209 | 51 | 207 |
Hex | D1 | 33 | CF |
Shades of #d133cf
Tints of #d133cf
RGB Percentages of Color #d133cf
CMYK Percentages of Color #d133cf
Complementary Color
#d133cf | #33d135 |
#d133cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d133cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d133cf Color CSS Codes
.mybgcolor {background-color:#d133cf; } .myforecolor {color:#d133cf; } .mybordercolor {border:3px solid #d133cf; }
#d133cf Text Font Color
<p style="color:#d133cf">Text here</p>
This sample text font color is #d133cf
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.
#d133cf Background Color
<div style="background-color:#d133cf">
Div content here</div>
This div background color is #d133cf
#d133cf Border Color
<div style="border:3px solid #d133cf">
Div here</div>
This div border color is #d133cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,51,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d133cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d133cf; -webkit-box-shadow: 1px 1px 3px 2px #d133cf; box-shadow: 1px 1px 3px 2px #d133cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,51,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d133cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d133cf; -webkit-box-shadow: 1px 1px 3px 2px #d133cf; box-shadow: 1px 1px 3px 2px #d133cf;">
Div content here</div>
This div box has shadow with color #d133cf
Comments
No comments written yet.
Please login to write comment.