Color spaces of #453ceb
RGB | 69 | 60 | 235 |
---|---|---|---|
HSL | 0.68 | 0.81 | 0.58 |
HSV | 243° | 74° | 92° |
CMYK | 0.71 | 0.74 | 0.00 0.08 |
XYZ | 19.0655 | 10.4951 | 79.6182 |
Yxy | 10.4951 | 0.1746 | 0.0961 |
Hunter Lab | 32.3961 | 48.3560 | -123.0364 |
CIE-Lab | 38.7167 | 56.8411 | -85.8439 |
#453ceb color RGB value is (69,60,235).
#453ceb hex color red value is 69, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #453ceb hue: 0.68 , saturation: 0.81 and the lightness value of 453ceb is 0.58.
The process color (four color CMYK) of #453ceb color hex is 0.71, 0.74, 0.00, 0.08. Web safe color of #453ceb is #3333ff. Color #453ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 00111100 | 11101011 |
Octal | 105 | 74 | 353 |
Decimal | 69 | 60 | 235 |
Hex | 45 | 3C | EB |
Shades of #453ceb
Tints of #453ceb
RGB Percentages of Color #453ceb
CMYK Percentages of Color #453ceb
Complementary Color
#453ceb | #e2eb3c |
#453ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#453ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#453ceb Color CSS Codes
.mybgcolor {background-color:#453ceb; } .myforecolor {color:#453ceb; } .mybordercolor {border:3px solid #453ceb; }
#453ceb Text Font Color
<p style="color:#453ceb">Text here</p>
This sample text font color is #453ceb
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.
#453ceb Background Color
<div style="background-color:#453ceb">
Div content here</div>
This div background color is #453ceb
#453ceb Border Color
<div style="border:3px solid #453ceb">
Div here</div>
This div border color is #453ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,60,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #453ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #453ceb; -webkit-box-shadow: 1px 1px 3px 2px #453ceb; box-shadow: 1px 1px 3px 2px #453ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,60,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #453ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #453ceb; -webkit-box-shadow: 1px 1px 3px 2px #453ceb; box-shadow: 1px 1px 3px 2px #453ceb;">
Div content here</div>
This div box has shadow with color #453ceb
Comments
No comments written yet.
Please login to write comment.