Color spaces of #751dee
RGB | 117 | 29 | 238 |
---|---|---|---|
HSL | 0.74 | 0.86 | 0.52 |
HSV | 265° | 88° | 93° |
CMYK | 0.51 | 0.88 | 0.00 0.07 |
XYZ | 23.2081 | 10.8337 | 81.7568 |
Yxy | 10.8337 | 0.2004 | 0.0936 |
Hunter Lab | 32.9146 | 68.2600 | -124.2307 |
CIE-Lab | 39.2990 | 74.1571 | -86.4391 |
#751dee color RGB value is (117,29,238).
#751dee hex color red value is 117, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #751dee hue: 0.74 , saturation: 0.86 and the lightness value of 751dee is 0.52.
The process color (four color CMYK) of #751dee color hex is 0.51, 0.88, 0.00, 0.07. Web safe color of #751dee is #6633ff. Color #751dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 00011101 | 11101110 |
Octal | 165 | 35 | 356 |
Decimal | 117 | 29 | 238 |
Hex | 75 | 1D | EE |
Shades of #751dee
Tints of #751dee
RGB Percentages of Color #751dee
CMYK Percentages of Color #751dee
Complementary Color
#751dee | #96ee1d |
#751dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#751dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#751dee Color CSS Codes
.mybgcolor {background-color:#751dee; } .myforecolor {color:#751dee; } .mybordercolor {border:3px solid #751dee; }
#751dee Text Font Color
<p style="color:#751dee">Text here</p>
This sample text font color is #751dee
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.
#751dee Background Color
<div style="background-color:#751dee">
Div content here</div>
This div background color is #751dee
#751dee Border Color
<div style="border:3px solid #751dee">
Div here</div>
This div border color is #751dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,29,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #751dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #751dee; -webkit-box-shadow: 1px 1px 3px 2px #751dee; box-shadow: 1px 1px 3px 2px #751dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,29,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #751dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #751dee; -webkit-box-shadow: 1px 1px 3px 2px #751dee; box-shadow: 1px 1px 3px 2px #751dee;">
Div content here</div>
This div box has shadow with color #751dee
Comments
No comments written yet.
Please login to write comment.