Color spaces of #707deb
RGB | 112 | 125 | 235 |
---|---|---|---|
HSL | 0.65 | 0.75 | 0.68 |
HSV | 234° | 52° | 92° |
CMYK | 0.52 | 0.47 | 0.00 0.08 |
XYZ | 29.0111 | 24.1101 | 81.7219 |
Yxy | 24.1101 | 0.2151 | 0.1788 |
Hunter Lab | 49.1020 | 19.5351 | -64.3066 |
CIE-Lab | 56.1979 | 25.4523 | -57.2772 |
#707deb color RGB value is (112,125,235).
#707deb hex color red value is 112, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #707deb hue: 0.65 , saturation: 0.75 and the lightness value of 707deb is 0.68.
The process color (four color CMYK) of #707deb color hex is 0.52, 0.47, 0.00, 0.08. Web safe color of #707deb is #6666ff. Color #707deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 01111101 | 11101011 |
Octal | 160 | 175 | 353 |
Decimal | 112 | 125 | 235 |
Hex | 70 | 7D | EB |
Shades of #707deb
Tints of #707deb
RGB Percentages of Color #707deb
CMYK Percentages of Color #707deb
Complementary Color
#707deb | #ebde70 |
#707deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#707deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#707deb Color CSS Codes
.mybgcolor {background-color:#707deb; } .myforecolor {color:#707deb; } .mybordercolor {border:3px solid #707deb; }
#707deb Text Font Color
<p style="color:#707deb">Text here</p>
This sample text font color is #707deb
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.
#707deb Background Color
<div style="background-color:#707deb">
Div content here</div>
This div background color is #707deb
#707deb Border Color
<div style="border:3px solid #707deb">
Div here</div>
This div border color is #707deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,125,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #707deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #707deb; -webkit-box-shadow: 1px 1px 3px 2px #707deb; box-shadow: 1px 1px 3px 2px #707deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,125,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 #707deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #707deb; -webkit-box-shadow: 1px 1px 3px 2px #707deb; box-shadow: 1px 1px 3px 2px #707deb;">
Div content here</div>
This div box has shadow with color #707deb
Comments
No comments written yet.
Please login to write comment.