Color spaces of #dc307e
RGB | 220 | 48 | 126 |
---|---|---|---|
HSL | 0.92 | 0.71 | 0.53 |
HSV | 333° | 78° | 86° |
CMYK | 0.00 | 0.78 | 0.43 0.14 |
XYZ | 34.3380 | 18.8359 | 21.5645 |
Yxy | 18.8359 | 0.4594 | 0.2520 |
Hunter Lab | 43.4003 | 65.2771 | 0.9206 |
CIE-Lab | 50.4947 | 69.4935 | -1.9338 |
#dc307e color RGB value is (220,48,126).
#dc307e hex color red value is 220, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc307e hue: 0.92 , saturation: 0.71 and the lightness value of dc307e is 0.53.
The process color (four color CMYK) of #dc307e color hex is 0.00, 0.78, 0.43, 0.14. Web safe color of #dc307e is #cc3366. Color #dc307e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00110000 | 01111110 |
Octal | 334 | 60 | 176 |
Decimal | 220 | 48 | 126 |
Hex | DC | 30 | 7E |
Shades of #dc307e
Tints of #dc307e
RGB Percentages of Color #dc307e
CMYK Percentages of Color #dc307e
Complementary Color
#dc307e | #30dc8e |
#dc307e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc307e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc307e Color CSS Codes
.mybgcolor {background-color:#dc307e; } .myforecolor {color:#dc307e; } .mybordercolor {border:3px solid #dc307e; }
#dc307e Text Font Color
<p style="color:#dc307e">Text here</p>
This sample text font color is #dc307e
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.
#dc307e Background Color
<div style="background-color:#dc307e">
Div content here</div>
This div background color is #dc307e
#dc307e Border Color
<div style="border:3px solid #dc307e">
Div here</div>
This div border color is #dc307e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,48,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc307e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc307e; -webkit-box-shadow: 1px 1px 3px 2px #dc307e; box-shadow: 1px 1px 3px 2px #dc307e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,48,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc307e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc307e; -webkit-box-shadow: 1px 1px 3px 2px #dc307e; box-shadow: 1px 1px 3px 2px #dc307e;">
Div content here</div>
This div box has shadow with color #dc307e
Comments
No comments written yet.
Please login to write comment.