Color spaces of #7199db
RGB | 113 | 153 | 219 |
---|---|---|---|
HSL | 0.60 | 0.60 | 0.65 |
HSV | 217° | 48° | 86° |
CMYK | 0.48 | 0.30 | 0.00 0.14 |
XYZ | 30.9875 | 31.4076 | 71.4469 |
Yxy | 31.4076 | 0.2315 | 0.2347 |
Hunter Lab | 56.0425 | 0.6234 | -36.3573 |
CIE-Lab | 62.8502 | 4.2559 | -37.8465 |
#7199db color RGB value is (113,153,219).
#7199db hex color red value is 113, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7199db hue: 0.60 , saturation: 0.60 and the lightness value of 7199db is 0.65.
The process color (four color CMYK) of #7199db color hex is 0.48, 0.30, 0.00, 0.14. Web safe color of #7199db is #6699cc. Color #7199db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 10011001 | 11011011 |
Octal | 161 | 231 | 333 |
Decimal | 113 | 153 | 219 |
Hex | 71 | 99 | DB |
Shades of #7199db
Tints of #7199db
RGB Percentages of Color #7199db
CMYK Percentages of Color #7199db
Complementary Color
#7199db | #dbb371 |
#7199db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7199db Color Preview on White Background
Lorem ipsum dolor sit amet.
#7199db Color CSS Codes
.mybgcolor {background-color:#7199db; } .myforecolor {color:#7199db; } .mybordercolor {border:3px solid #7199db; }
#7199db Text Font Color
<p style="color:#7199db">Text here</p>
This sample text font color is #7199db
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.
#7199db Background Color
<div style="background-color:#7199db">
Div content here</div>
This div background color is #7199db
#7199db Border Color
<div style="border:3px solid #7199db">
Div here</div>
This div border color is #7199db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,153,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7199db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7199db; -webkit-box-shadow: 1px 1px 3px 2px #7199db; box-shadow: 1px 1px 3px 2px #7199db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,153,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 #7199db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7199db; -webkit-box-shadow: 1px 1px 3px 2px #7199db; box-shadow: 1px 1px 3px 2px #7199db;">
Div content here</div>
This div box has shadow with color #7199db
Comments
No comments written yet.
Please login to write comment.