Color spaces of #451fbe
RGB | 69 | 31 | 190 |
---|---|---|---|
HSL | 0.71 | 0.72 | 0.43 |
HSV | 254° | 84° | 75° |
CMYK | 0.64 | 0.84 | 0.00 0.25 |
XYZ | 12.2385 | 5.9629 | 49.2211 |
Yxy | 5.9629 | 0.1815 | 0.0884 |
Hunter Lab | 24.4190 | 46.7285 | -102.4166 |
CIE-Lab | 29.3187 | 57.1446 | -75.3592 |
#451fbe color RGB value is (69,31,190).
#451fbe hex color red value is 69, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #451fbe hue: 0.71 , saturation: 0.72 and the lightness value of 451fbe is 0.43.
The process color (four color CMYK) of #451fbe color hex is 0.64, 0.84, 0.00, 0.25. Web safe color of #451fbe is #3333cc. Color #451fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 00011111 | 10111110 |
Octal | 105 | 37 | 276 |
Decimal | 69 | 31 | 190 |
Hex | 45 | 1F | BE |
Shades of #451fbe
Tints of #451fbe
RGB Percentages of Color #451fbe
CMYK Percentages of Color #451fbe
Complementary Color
#451fbe | #98be1f |
#451fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#451fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#451fbe Color CSS Codes
.mybgcolor {background-color:#451fbe; } .myforecolor {color:#451fbe; } .mybordercolor {border:3px solid #451fbe; }
#451fbe Text Font Color
<p style="color:#451fbe">Text here</p>
This sample text font color is #451fbe
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.
#451fbe Background Color
<div style="background-color:#451fbe">
Div content here</div>
This div background color is #451fbe
#451fbe Border Color
<div style="border:3px solid #451fbe">
Div here</div>
This div border color is #451fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,31,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #451fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #451fbe; -webkit-box-shadow: 1px 1px 3px 2px #451fbe; box-shadow: 1px 1px 3px 2px #451fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,31,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #451fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #451fbe; -webkit-box-shadow: 1px 1px 3px 2px #451fbe; box-shadow: 1px 1px 3px 2px #451fbe;">
Div content here</div>
This div box has shadow with color #451fbe
Comments
No comments written yet.
Please login to write comment.