Color spaces of #d1255d
RGB | 209 | 37 | 93 |
---|---|---|---|
HSL | 0.95 | 0.70 | 0.48 |
HSV | 340° | 82° | 82° |
CMYK | 0.00 | 0.82 | 0.56 0.18 |
XYZ | 28.9318 | 15.6688 | 11.8554 |
Yxy | 15.6688 | 0.5125 | 0.2775 |
Hunter Lab | 39.5838 | 61.1938 | 9.9513 |
CIE-Lab | 46.5369 | 66.7872 | 12.3197 |
#d1255d color RGB value is (209,37,93).
#d1255d hex color red value is 209, green value is 37 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d1255d hue: 0.95 , saturation: 0.70 and the lightness value of d1255d is 0.48.
The process color (four color CMYK) of #d1255d color hex is 0.00, 0.82, 0.56, 0.18. Web safe color of #d1255d is #cc3366. Color #d1255d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00100101 | 01011101 |
Octal | 321 | 45 | 135 |
Decimal | 209 | 37 | 93 |
Hex | D1 | 25 | 5D |
Shades of #d1255d
Tints of #d1255d
RGB Percentages of Color #d1255d
CMYK Percentages of Color #d1255d
Complementary Color
#d1255d | #25d199 |
#d1255d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1255d Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1255d Color CSS Codes
.mybgcolor {background-color:#d1255d; } .myforecolor {color:#d1255d; } .mybordercolor {border:3px solid #d1255d; }
#d1255d Text Font Color
<p style="color:#d1255d">Text here</p>
This sample text font color is #d1255d
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.
#d1255d Background Color
<div style="background-color:#d1255d">
Div content here</div>
This div background color is #d1255d
#d1255d Border Color
<div style="border:3px solid #d1255d">
Div here</div>
This div border color is #d1255d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,37,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1255d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1255d; -webkit-box-shadow: 1px 1px 3px 2px #d1255d; box-shadow: 1px 1px 3px 2px #d1255d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,37,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1255d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1255d; -webkit-box-shadow: 1px 1px 3px 2px #d1255d; box-shadow: 1px 1px 3px 2px #d1255d;">
Div content here</div>
This div box has shadow with color #d1255d
Comments
No comments written yet.
Please login to write comment.