Color spaces of #715bee
RGB | 113 | 91 | 238 |
---|---|---|---|
HSL | 0.69 | 0.81 | 0.65 |
HSV | 249° | 62° | 93° |
CMYK | 0.53 | 0.62 | 0.00 0.07 |
XYZ | 25.9838 | 17.1659 | 82.8328 |
Yxy | 17.1659 | 0.2062 | 0.1363 |
Hunter Lab | 41.4318 | 39.4402 | -89.5338 |
CIE-Lab | 48.4684 | 46.6265 | -71.4238 |
#715bee color RGB value is (113,91,238).
#715bee hex color red value is 113, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #715bee hue: 0.69 , saturation: 0.81 and the lightness value of 715bee is 0.65.
The process color (four color CMYK) of #715bee color hex is 0.53, 0.62, 0.00, 0.07. Web safe color of #715bee is #6666ff. Color #715bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 01011011 | 11101110 |
Octal | 161 | 133 | 356 |
Decimal | 113 | 91 | 238 |
Hex | 71 | 5B | EE |
Shades of #715bee
Tints of #715bee
RGB Percentages of Color #715bee
CMYK Percentages of Color #715bee
Complementary Color
#715bee | #d8ee5b |
#715bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#715bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#715bee Color CSS Codes
.mybgcolor {background-color:#715bee; } .myforecolor {color:#715bee; } .mybordercolor {border:3px solid #715bee; }
#715bee Text Font Color
<p style="color:#715bee">Text here</p>
This sample text font color is #715bee
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.
#715bee Background Color
<div style="background-color:#715bee">
Div content here</div>
This div background color is #715bee
#715bee Border Color
<div style="border:3px solid #715bee">
Div here</div>
This div border color is #715bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,91,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #715bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #715bee; -webkit-box-shadow: 1px 1px 3px 2px #715bee; box-shadow: 1px 1px 3px 2px #715bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,91,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 #715bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #715bee; -webkit-box-shadow: 1px 1px 3px 2px #715bee; box-shadow: 1px 1px 3px 2px #715bee;">
Div content here</div>
This div box has shadow with color #715bee
Comments
No comments written yet.
Please login to write comment.