Color spaces of #dc274b
RGB | 220 | 39 | 75 |
---|---|---|---|
HSL | 0.97 | 0.72 | 0.51 |
HSV | 348° | 82° | 86° |
CMYK | 0.00 | 0.82 | 0.66 0.14 |
XYZ | 31.5107 | 17.1747 | 8.3109 |
Yxy | 17.1747 | 0.5529 | 0.3013 |
Hunter Lab | 41.4424 | 63.1983 | 17.1196 |
CIE-Lab | 48.4794 | 68.1250 | 26.3330 |
#dc274b color RGB value is (220,39,75).
#dc274b hex color red value is 220, green value is 39 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc274b hue: 0.97 , saturation: 0.72 and the lightness value of dc274b is 0.51.
The process color (four color CMYK) of #dc274b color hex is 0.00, 0.82, 0.66, 0.14. Web safe color of #dc274b is #cc3333. Color #dc274b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00100111 | 01001011 |
Octal | 334 | 47 | 113 |
Decimal | 220 | 39 | 75 |
Hex | DC | 27 | 4B |
Shades of #dc274b
Tints of #dc274b
RGB Percentages of Color #dc274b
CMYK Percentages of Color #dc274b
Complementary Color
#dc274b | #27dcb8 |
#dc274b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc274b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc274b Color CSS Codes
.mybgcolor {background-color:#dc274b; } .myforecolor {color:#dc274b; } .mybordercolor {border:3px solid #dc274b; }
#dc274b Text Font Color
<p style="color:#dc274b">Text here</p>
This sample text font color is #dc274b
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.
#dc274b Background Color
<div style="background-color:#dc274b">
Div content here</div>
This div background color is #dc274b
#dc274b Border Color
<div style="border:3px solid #dc274b">
Div here</div>
This div border color is #dc274b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,39,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc274b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc274b; -webkit-box-shadow: 1px 1px 3px 2px #dc274b; box-shadow: 1px 1px 3px 2px #dc274b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,39,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc274b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc274b; -webkit-box-shadow: 1px 1px 3px 2px #dc274b; box-shadow: 1px 1px 3px 2px #dc274b;">
Div content here</div>
This div box has shadow with color #dc274b
Comments
No comments written yet.
Please login to write comment.