Color spaces of #475dea
RGB | 71 | 93 | 234 |
---|---|---|---|
HSL | 0.64 | 0.80 | 0.60 |
HSV | 232° | 70° | 92° |
CMYK | 0.70 | 0.60 | 0.00 0.08 |
XYZ | 21.3642 | 15.1088 | 79.6322 |
Yxy | 15.1088 | 0.1840 | 0.1301 |
Hunter Lab | 38.8700 | 30.0867 | -94.2571 |
CIE-Lab | 45.7829 | 37.7033 | -73.6715 |
#475dea color RGB value is (71,93,234).
#475dea hex color red value is 71, green value is 93 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #475dea hue: 0.64 , saturation: 0.80 and the lightness value of 475dea is 0.60.
The process color (four color CMYK) of #475dea color hex is 0.70, 0.60, 0.00, 0.08. Web safe color of #475dea is #3366ff. Color #475dea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01011101 | 11101010 |
Octal | 107 | 135 | 352 |
Decimal | 71 | 93 | 234 |
Hex | 47 | 5D | EA |
Shades of #475dea
Tints of #475dea
RGB Percentages of Color #475dea
CMYK Percentages of Color #475dea
Complementary Color
#475dea | #ead447 |
#475dea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#475dea Color Preview on White Background
Lorem ipsum dolor sit amet.
#475dea Color CSS Codes
.mybgcolor {background-color:#475dea; } .myforecolor {color:#475dea; } .mybordercolor {border:3px solid #475dea; }
#475dea Text Font Color
<p style="color:#475dea">Text here</p>
This sample text font color is #475dea
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.
#475dea Background Color
<div style="background-color:#475dea">
Div content here</div>
This div background color is #475dea
#475dea Border Color
<div style="border:3px solid #475dea">
Div here</div>
This div border color is #475dea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,93,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #475dea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475dea; -webkit-box-shadow: 1px 1px 3px 2px #475dea; box-shadow: 1px 1px 3px 2px #475dea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,93,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #475dea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #475dea; -webkit-box-shadow: 1px 1px 3px 2px #475dea; box-shadow: 1px 1px 3px 2px #475dea;">
Div content here</div>
This div box has shadow with color #475dea
Comments
No comments written yet.
Please login to write comment.