Color spaces of #4545ab
RGB | 69 | 69 | 171 |
---|---|---|---|
HSL | 0.67 | 0.43 | 0.47 |
HSV | 240° | 60° | 67° |
CMYK | 0.60 | 0.60 | 0.00 0.33 |
XYZ | 11.9331 | 8.4617 | 39.5324 |
Yxy | 8.4617 | 0.1991 | 0.1412 |
Hunter Lab | 29.0890 | 22.3198 | -60.2137 |
CIE-Lab | 34.9265 | 30.8550 | -54.8750 |
#4545ab color RGB value is (69,69,171).
#4545ab hex color red value is 69, green value is 69 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4545ab hue: 0.67 , saturation: 0.43 and the lightness value of 4545ab is 0.47.
The process color (four color CMYK) of #4545ab color hex is 0.60, 0.60, 0.00, 0.33. Web safe color of #4545ab is #333399. Color #4545ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01000101 | 10101011 |
Octal | 105 | 105 | 253 |
Decimal | 69 | 69 | 171 |
Hex | 45 | 45 | AB |
Shades of #4545ab
Tints of #4545ab
RGB Percentages of Color #4545ab
CMYK Percentages of Color #4545ab
Complementary Color
#4545ab | #abab45 |
#4545ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4545ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#4545ab Color CSS Codes
.mybgcolor {background-color:#4545ab; } .myforecolor {color:#4545ab; } .mybordercolor {border:3px solid #4545ab; }
#4545ab Text Font Color
<p style="color:#4545ab">Text here</p>
This sample text font color is #4545ab
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.
#4545ab Background Color
<div style="background-color:#4545ab">
Div content here</div>
This div background color is #4545ab
#4545ab Border Color
<div style="border:3px solid #4545ab">
Div here</div>
This div border color is #4545ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,69,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4545ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4545ab; -webkit-box-shadow: 1px 1px 3px 2px #4545ab; box-shadow: 1px 1px 3px 2px #4545ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,69,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4545ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4545ab; -webkit-box-shadow: 1px 1px 3px 2px #4545ab; box-shadow: 1px 1px 3px 2px #4545ab;">
Div content here</div>
This div box has shadow with color #4545ab
Comments
No comments written yet.
Please login to write comment.