Color spaces of #db5cea
RGB | 219 | 92 | 234 |
---|---|---|---|
HSL | 0.82 | 0.77 | 0.64 |
HSV | 294° | 61° | 92° |
CMYK | 0.06 | 0.61 | 0.00 0.08 |
XYZ | 47.8918 | 28.6549 | 80.8487 |
Yxy | 28.6549 | 0.3043 | 0.1821 |
Hunter Lab | 53.5303 | 66.0202 | -52.0766 |
CIE-Lab | 60.4758 | 68.2355 | -49.2517 |
#db5cea color RGB value is (219,92,234).
#db5cea hex color red value is 219, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db5cea hue: 0.82 , saturation: 0.77 and the lightness value of db5cea is 0.64.
The process color (four color CMYK) of #db5cea color hex is 0.06, 0.61, 0.00, 0.08. Web safe color of #db5cea is #cc66ff. Color #db5cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01011100 | 11101010 |
Octal | 333 | 134 | 352 |
Decimal | 219 | 92 | 234 |
Hex | DB | 5C | EA |
Shades of #db5cea
Tints of #db5cea
RGB Percentages of Color #db5cea
CMYK Percentages of Color #db5cea
Complementary Color
#db5cea | #6bea5c |
#db5cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db5cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#db5cea Color CSS Codes
.mybgcolor {background-color:#db5cea; } .myforecolor {color:#db5cea; } .mybordercolor {border:3px solid #db5cea; }
#db5cea Text Font Color
<p style="color:#db5cea">Text here</p>
This sample text font color is #db5cea
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.
#db5cea Background Color
<div style="background-color:#db5cea">
Div content here</div>
This div background color is #db5cea
#db5cea Border Color
<div style="border:3px solid #db5cea">
Div here</div>
This div border color is #db5cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,92,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db5cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db5cea; -webkit-box-shadow: 1px 1px 3px 2px #db5cea; box-shadow: 1px 1px 3px 2px #db5cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,92,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db5cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db5cea; -webkit-box-shadow: 1px 1px 3px 2px #db5cea; box-shadow: 1px 1px 3px 2px #db5cea;">
Div content here</div>
This div box has shadow with color #db5cea
Comments
No comments written yet.
Please login to write comment.