Color spaces of #df468a
RGB | 223 | 70 | 138 |
---|---|---|---|
HSL | 0.93 | 0.71 | 0.57 |
HSV | 333° | 69° | 87° |
CMYK | 0.00 | 0.69 | 0.38 0.13 |
XYZ | 37.2090 | 21.9033 | 26.3114 |
Yxy | 21.9033 | 0.4356 | 0.2564 |
Hunter Lab | 46.8010 | 60.0143 | -0.5720 |
CIE-Lab | 53.9243 | 64.3710 | -4.0141 |
#df468a color RGB value is (223,70,138).
#df468a hex color red value is 223, green value is 70 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df468a hue: 0.93 , saturation: 0.71 and the lightness value of df468a is 0.57.
The process color (four color CMYK) of #df468a color hex is 0.00, 0.69, 0.38, 0.13. Web safe color of #df468a is #cc3399. Color #df468a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01000110 | 10001010 |
Octal | 337 | 106 | 212 |
Decimal | 223 | 70 | 138 |
Hex | DF | 46 | 8A |
Shades of #df468a
Tints of #df468a
RGB Percentages of Color #df468a
CMYK Percentages of Color #df468a
Complementary Color
#df468a | #46df9b |
#df468a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df468a Color Preview on White Background
Lorem ipsum dolor sit amet.
#df468a Color CSS Codes
.mybgcolor {background-color:#df468a; } .myforecolor {color:#df468a; } .mybordercolor {border:3px solid #df468a; }
#df468a Text Font Color
<p style="color:#df468a">Text here</p>
This sample text font color is #df468a
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.
#df468a Background Color
<div style="background-color:#df468a">
Div content here</div>
This div background color is #df468a
#df468a Border Color
<div style="border:3px solid #df468a">
Div here</div>
This div border color is #df468a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,70,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df468a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df468a; -webkit-box-shadow: 1px 1px 3px 2px #df468a; box-shadow: 1px 1px 3px 2px #df468a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,70,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df468a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df468a; -webkit-box-shadow: 1px 1px 3px 2px #df468a; box-shadow: 1px 1px 3px 2px #df468a;">
Div content here</div>
This div box has shadow with color #df468a
Comments
No comments written yet.
Please login to write comment.