Color spaces of #4206da
RGB | 66 | 6 | 218 |
---|---|---|---|
HSL | 0.71 | 0.95 | 0.44 |
HSV | 257° | 97° | 85° |
CMYK | 0.70 | 0.97 | 0.00 0.15 |
XYZ | 14.9668 | 6.3505 | 66.7666 |
Yxy | 6.3505 | 0.1699 | 0.0721 |
Hunter Lab | 25.2002 | 61.9137 | -139.4456 |
CIE-Lab | 30.2801 | 70.5189 | -90.1210 |
#4206da color RGB value is (66,6,218).
#4206da hex color red value is 66, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4206da hue: 0.71 , saturation: 0.95 and the lightness value of 4206da is 0.44.
The process color (four color CMYK) of #4206da color hex is 0.70, 0.97, 0.00, 0.15. Web safe color of #4206da is #3300cc. Color #4206da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00000110 | 11011010 |
Octal | 102 | 6 | 332 |
Decimal | 66 | 6 | 218 |
Hex | 42 | 6 | DA |
Shades of #4206da
Tints of #4206da
RGB Percentages of Color #4206da
CMYK Percentages of Color #4206da
Complementary Color
#4206da | #9eda06 |
#4206da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4206da Color Preview on White Background
Lorem ipsum dolor sit amet.
#4206da Color CSS Codes
.mybgcolor {background-color:#4206da; } .myforecolor {color:#4206da; } .mybordercolor {border:3px solid #4206da; }
#4206da Text Font Color
<p style="color:#4206da">Text here</p>
This sample text font color is #4206da
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.
#4206da Background Color
<div style="background-color:#4206da">
Div content here</div>
This div background color is #4206da
#4206da Border Color
<div style="border:3px solid #4206da">
Div here</div>
This div border color is #4206da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,6,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4206da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4206da; -webkit-box-shadow: 1px 1px 3px 2px #4206da; box-shadow: 1px 1px 3px 2px #4206da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,6,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 #4206da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4206da; -webkit-box-shadow: 1px 1px 3px 2px #4206da; box-shadow: 1px 1px 3px 2px #4206da;">
Div content here</div>
This div box has shadow with color #4206da
Comments
No comments written yet.
Please login to write comment.