Color spaces of #475ceb
RGB | 71 | 92 | 235 |
---|---|---|---|
HSL | 0.65 | 0.80 | 0.60 |
HSV | 232° | 70° | 92° |
CMYK | 0.70 | 0.61 | 0.00 0.08 |
XYZ | 21.4211 | 14.9920 | 80.3620 |
Yxy | 14.9920 | 0.1834 | 0.1284 |
Hunter Lab | 38.7195 | 30.9938 | -95.9522 |
CIE-Lab | 45.6232 | 38.6610 | -74.4955 |
#475ceb color RGB value is (71,92,235).
#475ceb hex color red value is 71, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #475ceb hue: 0.65 , saturation: 0.80 and the lightness value of 475ceb is 0.60.
The process color (four color CMYK) of #475ceb color hex is 0.70, 0.61, 0.00, 0.08. Web safe color of #475ceb is #3366ff. Color #475ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01011100 | 11101011 |
Octal | 107 | 134 | 353 |
Decimal | 71 | 92 | 235 |
Hex | 47 | 5C | EB |
Shades of #475ceb
Tints of #475ceb
RGB Percentages of Color #475ceb
CMYK Percentages of Color #475ceb
Complementary Color
#475ceb | #ebd647 |
#475ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#475ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#475ceb Color CSS Codes
.mybgcolor {background-color:#475ceb; } .myforecolor {color:#475ceb; } .mybordercolor {border:3px solid #475ceb; }
#475ceb Text Font Color
<p style="color:#475ceb">Text here</p>
This sample text font color is #475ceb
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.
#475ceb Background Color
<div style="background-color:#475ceb">
Div content here</div>
This div background color is #475ceb
#475ceb Border Color
<div style="border:3px solid #475ceb">
Div here</div>
This div border color is #475ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,92,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #475ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475ceb; -webkit-box-shadow: 1px 1px 3px 2px #475ceb; box-shadow: 1px 1px 3px 2px #475ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,92,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #475ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #475ceb; -webkit-box-shadow: 1px 1px 3px 2px #475ceb; box-shadow: 1px 1px 3px 2px #475ceb;">
Div content here</div>
This div box has shadow with color #475ceb
Comments
No comments written yet.
Please login to write comment.