Color spaces of #4568ca
RGB | 69 | 104 | 202 |
---|---|---|---|
HSL | 0.62 | 0.56 | 0.53 |
HSV | 224° | 66° | 79° |
CMYK | 0.66 | 0.49 | 0.00 0.21 |
XYZ | 18.0652 | 15.4301 | 57.9033 |
Yxy | 15.4301 | 0.1977 | 0.1688 |
Hunter Lab | 39.2812 | 13.3492 | -59.9010 |
CIE-Lab | 46.2177 | 19.2982 | -54.7639 |
#4568ca color RGB value is (69,104,202).
#4568ca hex color red value is 69, green value is 104 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4568ca hue: 0.62 , saturation: 0.56 and the lightness value of 4568ca is 0.53.
The process color (four color CMYK) of #4568ca color hex is 0.66, 0.49, 0.00, 0.21. Web safe color of #4568ca is #3366cc. Color #4568ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01101000 | 11001010 |
Octal | 105 | 150 | 312 |
Decimal | 69 | 104 | 202 |
Hex | 45 | 68 | CA |
Shades of #4568ca
Tints of #4568ca
RGB Percentages of Color #4568ca
CMYK Percentages of Color #4568ca
Complementary Color
#4568ca | #caa745 |
#4568ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4568ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#4568ca Color CSS Codes
.mybgcolor {background-color:#4568ca; } .myforecolor {color:#4568ca; } .mybordercolor {border:3px solid #4568ca; }
#4568ca Text Font Color
<p style="color:#4568ca">Text here</p>
This sample text font color is #4568ca
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.
#4568ca Background Color
<div style="background-color:#4568ca">
Div content here</div>
This div background color is #4568ca
#4568ca Border Color
<div style="border:3px solid #4568ca">
Div here</div>
This div border color is #4568ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,104,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4568ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4568ca; -webkit-box-shadow: 1px 1px 3px 2px #4568ca; box-shadow: 1px 1px 3px 2px #4568ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,104,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4568ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4568ca; -webkit-box-shadow: 1px 1px 3px 2px #4568ca; box-shadow: 1px 1px 3px 2px #4568ca;">
Div content here</div>
This div box has shadow with color #4568ca
Comments
No comments written yet.
Please login to write comment.