Color spaces of #d241bc
RGB | 210 | 65 | 188 |
---|---|---|---|
HSL | 0.86 | 0.62 | 0.54 |
HSV | 309° | 69° | 82° |
CMYK | 0.00 | 0.69 | 0.10 0.18 |
XYZ | 37.5457 | 21.1131 | 49.6733 |
Yxy | 21.1131 | 0.3466 | 0.1949 |
Hunter Lab | 45.9490 | 65.4446 | -31.9313 |
CIE-Lab | 53.0731 | 69.1400 | -34.8720 |
#d241bc color RGB value is (210,65,188).
#d241bc hex color red value is 210, green value is 65 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d241bc hue: 0.86 , saturation: 0.62 and the lightness value of d241bc is 0.54.
The process color (four color CMYK) of #d241bc color hex is 0.00, 0.69, 0.10, 0.18. Web safe color of #d241bc is #cc33cc. Color #d241bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01000001 | 10111100 |
Octal | 322 | 101 | 274 |
Decimal | 210 | 65 | 188 |
Hex | D2 | 41 | BC |
Shades of #d241bc
Tints of #d241bc
RGB Percentages of Color #d241bc
CMYK Percentages of Color #d241bc
Complementary Color
#d241bc | #41d257 |
#d241bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d241bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d241bc Color CSS Codes
.mybgcolor {background-color:#d241bc; } .myforecolor {color:#d241bc; } .mybordercolor {border:3px solid #d241bc; }
#d241bc Text Font Color
<p style="color:#d241bc">Text here</p>
This sample text font color is #d241bc
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.
#d241bc Background Color
<div style="background-color:#d241bc">
Div content here</div>
This div background color is #d241bc
#d241bc Border Color
<div style="border:3px solid #d241bc">
Div here</div>
This div border color is #d241bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,65,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d241bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d241bc; -webkit-box-shadow: 1px 1px 3px 2px #d241bc; box-shadow: 1px 1px 3px 2px #d241bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,65,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d241bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d241bc; -webkit-box-shadow: 1px 1px 3px 2px #d241bc; box-shadow: 1px 1px 3px 2px #d241bc;">
Div content here</div>
This div box has shadow with color #d241bc
Comments
No comments written yet.
Please login to write comment.