Color spaces of #de548a
RGB | 222 | 84 | 138 |
---|---|---|---|
HSL | 0.93 | 0.68 | 0.60 |
HSV | 337° | 62° | 87° |
CMYK | 0.00 | 0.62 | 0.38 0.13 |
XYZ | 37.8820 | 23.7052 | 26.6237 |
Yxy | 23.7052 | 0.4294 | 0.2687 |
Hunter Lab | 48.6880 | 53.6791 | 1.6605 |
CIE-Lab | 55.7914 | 58.5150 | -1.2858 |
#de548a color RGB value is (222,84,138).
#de548a hex color red value is 222, green value is 84 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #de548a hue: 0.93 , saturation: 0.68 and the lightness value of de548a is 0.60.
The process color (four color CMYK) of #de548a color hex is 0.00, 0.62, 0.38, 0.13. Web safe color of #de548a is #cc6699. Color #de548a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01010100 | 10001010 |
Octal | 336 | 124 | 212 |
Decimal | 222 | 84 | 138 |
Hex | DE | 54 | 8A |
Shades of #de548a
Tints of #de548a
RGB Percentages of Color #de548a
CMYK Percentages of Color #de548a
Complementary Color
#de548a | #54dea8 |
#de548a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de548a Color Preview on White Background
Lorem ipsum dolor sit amet.
#de548a Color CSS Codes
.mybgcolor {background-color:#de548a; } .myforecolor {color:#de548a; } .mybordercolor {border:3px solid #de548a; }
#de548a Text Font Color
<p style="color:#de548a">Text here</p>
This sample text font color is #de548a
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.
#de548a Background Color
<div style="background-color:#de548a">
Div content here</div>
This div background color is #de548a
#de548a Border Color
<div style="border:3px solid #de548a">
Div here</div>
This div border color is #de548a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,84,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de548a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de548a; -webkit-box-shadow: 1px 1px 3px 2px #de548a; box-shadow: 1px 1px 3px 2px #de548a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,84,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 #de548a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de548a; -webkit-box-shadow: 1px 1px 3px 2px #de548a; box-shadow: 1px 1px 3px 2px #de548a;">
Div content here</div>
This div box has shadow with color #de548a
Comments
No comments written yet.
Please login to write comment.