Color spaces of #d233cb
RGB | 210 | 51 | 203 |
---|---|---|---|
HSL | 0.84 | 0.64 | 0.51 |
HSV | 303° | 76° | 82° |
CMYK | 0.00 | 0.76 | 0.03 0.18 |
XYZ | 38.5417 | 20.3811 | 58.4025 |
Yxy | 20.3811 | 0.3285 | 0.1737 |
Hunter Lab | 45.1454 | 73.3851 | -45.0989 |
CIE-Lab | 52.2654 | 75.8371 | -44.8012 |
#d233cb color RGB value is (210,51,203).
#d233cb hex color red value is 210, green value is 51 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d233cb hue: 0.84 , saturation: 0.64 and the lightness value of d233cb is 0.51.
The process color (four color CMYK) of #d233cb color hex is 0.00, 0.76, 0.03, 0.18. Web safe color of #d233cb is #cc33cc. Color #d233cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00110011 | 11001011 |
Octal | 322 | 63 | 313 |
Decimal | 210 | 51 | 203 |
Hex | D2 | 33 | CB |
Shades of #d233cb
Tints of #d233cb
RGB Percentages of Color #d233cb
CMYK Percentages of Color #d233cb
Complementary Color
#d233cb | #33d23a |
#d233cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d233cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d233cb Color CSS Codes
.mybgcolor {background-color:#d233cb; } .myforecolor {color:#d233cb; } .mybordercolor {border:3px solid #d233cb; }
#d233cb Text Font Color
<p style="color:#d233cb">Text here</p>
This sample text font color is #d233cb
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.
#d233cb Background Color
<div style="background-color:#d233cb">
Div content here</div>
This div background color is #d233cb
#d233cb Border Color
<div style="border:3px solid #d233cb">
Div here</div>
This div border color is #d233cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,51,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d233cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d233cb; -webkit-box-shadow: 1px 1px 3px 2px #d233cb; box-shadow: 1px 1px 3px 2px #d233cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,51,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d233cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d233cb; -webkit-box-shadow: 1px 1px 3px 2px #d233cb; box-shadow: 1px 1px 3px 2px #d233cb;">
Div content here</div>
This div box has shadow with color #d233cb
Comments
No comments written yet.
Please login to write comment.