Color spaces of #477ded
RGB | 71 | 125 | 237 |
---|---|---|---|
HSL | 0.61 | 0.82 | 0.60 |
HSV | 220° | 70° | 93° |
CMYK | 0.70 | 0.47 | 0.00 0.07 |
XYZ | 25.2182 | 22.1212 | 83.0614 |
Yxy | 22.1212 | 0.1934 | 0.1696 |
Hunter Lab | 47.0332 | 13.3999 | -71.7839 |
CIE-Lab | 54.1554 | 18.8947 | -61.7864 |
#477ded color RGB value is (71,125,237).
#477ded hex color red value is 71, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #477ded hue: 0.61 , saturation: 0.82 and the lightness value of 477ded is 0.60.
The process color (four color CMYK) of #477ded color hex is 0.70, 0.47, 0.00, 0.07. Web safe color of #477ded is #3366ff. Color #477ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01111101 | 11101101 |
Octal | 107 | 175 | 355 |
Decimal | 71 | 125 | 237 |
Hex | 47 | 7D | ED |
Shades of #477ded
Tints of #477ded
RGB Percentages of Color #477ded
CMYK Percentages of Color #477ded
Complementary Color
#477ded | #edb747 |
#477ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#477ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#477ded Color CSS Codes
.mybgcolor {background-color:#477ded; } .myforecolor {color:#477ded; } .mybordercolor {border:3px solid #477ded; }
#477ded Text Font Color
<p style="color:#477ded">Text here</p>
This sample text font color is #477ded
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.
#477ded Background Color
<div style="background-color:#477ded">
Div content here</div>
This div background color is #477ded
#477ded Border Color
<div style="border:3px solid #477ded">
Div here</div>
This div border color is #477ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,125,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #477ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477ded; -webkit-box-shadow: 1px 1px 3px 2px #477ded; box-shadow: 1px 1px 3px 2px #477ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,125,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #477ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #477ded; -webkit-box-shadow: 1px 1px 3px 2px #477ded; box-shadow: 1px 1px 3px 2px #477ded;">
Div content here</div>
This div box has shadow with color #477ded
Comments
No comments written yet.
Please login to write comment.