Color spaces of #7c00db
RGB | 124 | 0 | 219 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.43 |
HSV | 274° | 100° | 86° |
CMYK | 0.43 | 1.00 | 0.00 0.14 |
XYZ | 21.0984 | 9.3996 | 67.7201 |
Yxy | 9.3996 | 0.2148 | 0.0957 |
Hunter Lab | 30.6588 | 69.1852 | -109.5006 |
CIE-Lab | 36.7425 | 75.4041 | -79.7838 |
#7c00db color RGB value is (124,0,219).
#7c00db hex color red value is 124, green value is 0 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7c00db hue: 0.76 , saturation: 1.00 and the lightness value of 7c00db is 0.43.
The process color (four color CMYK) of #7c00db color hex is 0.43, 1.00, 0.00, 0.14. Web safe color of #7c00db is #6600cc. Color #7c00db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 00000000 | 11011011 |
Octal | 174 | 0 | 333 |
Decimal | 124 | 0 | 219 |
Hex | 7C | 0 | DB |
Shades of #7c00db
Tints of #7c00db
RGB Percentages of Color #7c00db
CMYK Percentages of Color #7c00db
Complementary Color
#7c00db | #5fdb00 |
#7c00db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7c00db Color Preview on White Background
Lorem ipsum dolor sit amet.
#7c00db Color CSS Codes
.mybgcolor {background-color:#7c00db; } .myforecolor {color:#7c00db; } .mybordercolor {border:3px solid #7c00db; }
#7c00db Text Font Color
<p style="color:#7c00db">Text here</p>
This sample text font color is #7c00db
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.
#7c00db Background Color
<div style="background-color:#7c00db">
Div content here</div>
This div background color is #7c00db
#7c00db Border Color
<div style="border:3px solid #7c00db">
Div here</div>
This div border color is #7c00db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,0,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7c00db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7c00db; -webkit-box-shadow: 1px 1px 3px 2px #7c00db; box-shadow: 1px 1px 3px 2px #7c00db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,0,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7c00db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7c00db; -webkit-box-shadow: 1px 1px 3px 2px #7c00db; box-shadow: 1px 1px 3px 2px #7c00db;">
Div content here</div>
This div box has shadow with color #7c00db
Comments
No comments written yet.
Please login to write comment.