Color spaces of #4514bb
RGB | 69 | 20 | 187 |
---|---|---|---|
HSL | 0.72 | 0.81 | 0.41 |
HSV | 258° | 89° | 73° |
CMYK | 0.63 | 0.89 | 0.00 0.27 |
XYZ | 11.6740 | 5.3534 | 47.4317 |
Yxy | 5.3534 | 0.1811 | 0.0831 |
Hunter Lab | 23.1374 | 49.5718 | -105.3483 |
CIE-Lab | 27.7188 | 60.0975 | -76.2346 |
#4514bb color RGB value is (69,20,187).
#4514bb hex color red value is 69, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4514bb hue: 0.72 , saturation: 0.81 and the lightness value of 4514bb is 0.41.
The process color (four color CMYK) of #4514bb color hex is 0.63, 0.89, 0.00, 0.27. Web safe color of #4514bb is #3300cc. Color #4514bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 00010100 | 10111011 |
Octal | 105 | 24 | 273 |
Decimal | 69 | 20 | 187 |
Hex | 45 | 14 | BB |
Shades of #4514bb
Tints of #4514bb
RGB Percentages of Color #4514bb
CMYK Percentages of Color #4514bb
Complementary Color
#4514bb | #8abb14 |
#4514bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4514bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4514bb Color CSS Codes
.mybgcolor {background-color:#4514bb; } .myforecolor {color:#4514bb; } .mybordercolor {border:3px solid #4514bb; }
#4514bb Text Font Color
<p style="color:#4514bb">Text here</p>
This sample text font color is #4514bb
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.
#4514bb Background Color
<div style="background-color:#4514bb">
Div content here</div>
This div background color is #4514bb
#4514bb Border Color
<div style="border:3px solid #4514bb">
Div here</div>
This div border color is #4514bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,20,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4514bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4514bb; -webkit-box-shadow: 1px 1px 3px 2px #4514bb; box-shadow: 1px 1px 3px 2px #4514bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,20,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4514bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4514bb; -webkit-box-shadow: 1px 1px 3px 2px #4514bb; box-shadow: 1px 1px 3px 2px #4514bb;">
Div content here</div>
This div box has shadow with color #4514bb
Comments
No comments written yet.
Please login to write comment.