Color spaces of #4248da
RGB | 66 | 72 | 218 |
---|---|---|---|
HSL | 0.66 | 0.67 | 0.56 |
HSV | 238° | 70° | 85° |
CMYK | 0.70 | 0.67 | 0.00 0.15 |
XYZ | 17.2190 | 10.8549 | 67.5173 |
Yxy | 10.8549 | 0.1801 | 0.1136 |
Hunter Lab | 32.9468 | 35.6327 | -98.4393 |
CIE-Lab | 39.3350 | 44.4046 | -75.1435 |
#4248da color RGB value is (66,72,218).
#4248da hex color red value is 66, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4248da hue: 0.66 , saturation: 0.67 and the lightness value of 4248da is 0.56.
The process color (four color CMYK) of #4248da color hex is 0.70, 0.67, 0.00, 0.15. Web safe color of #4248da is #3333cc. Color #4248da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 01001000 | 11011010 |
Octal | 102 | 110 | 332 |
Decimal | 66 | 72 | 218 |
Hex | 42 | 48 | DA |
Shades of #4248da
Tints of #4248da
RGB Percentages of Color #4248da
CMYK Percentages of Color #4248da
Complementary Color
#4248da | #dad442 |
#4248da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4248da Color Preview on White Background
Lorem ipsum dolor sit amet.
#4248da Color CSS Codes
.mybgcolor {background-color:#4248da; } .myforecolor {color:#4248da; } .mybordercolor {border:3px solid #4248da; }
#4248da Text Font Color
<p style="color:#4248da">Text here</p>
This sample text font color is #4248da
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.
#4248da Background Color
<div style="background-color:#4248da">
Div content here</div>
This div background color is #4248da
#4248da Border Color
<div style="border:3px solid #4248da">
Div here</div>
This div border color is #4248da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,72,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4248da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4248da; -webkit-box-shadow: 1px 1px 3px 2px #4248da; box-shadow: 1px 1px 3px 2px #4248da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,72,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4248da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4248da; -webkit-box-shadow: 1px 1px 3px 2px #4248da; box-shadow: 1px 1px 3px 2px #4248da;">
Div content here</div>
This div box has shadow with color #4248da
Comments
No comments written yet.
Please login to write comment.