Color spaces of #918eca
RGB | 145 | 142 | 202 |
---|---|---|---|
HSL | 0.68 | 0.36 | 0.67 |
HSV | 243° | 30° | 79° |
CMYK | 0.28 | 0.30 | 0.00 0.21 |
XYZ | 32.0107 | 29.6300 | 59.9091 |
Yxy | 29.6300 | 0.2634 | 0.2438 |
Hunter Lab | 54.4334 | 9.7120 | -27.1508 |
CIE-Lab | 61.3337 | 14.5395 | -30.5518 |
#918eca color RGB value is (145,142,202).
#918eca hex color red value is 145, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #918eca hue: 0.68 , saturation: 0.36 and the lightness value of 918eca is 0.67.
The process color (four color CMYK) of #918eca color hex is 0.28, 0.30, 0.00, 0.21. Web safe color of #918eca is #9999cc. Color #918eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10001110 | 11001010 |
Octal | 221 | 216 | 312 |
Decimal | 145 | 142 | 202 |
Hex | 91 | 8E | CA |
Shades of #918eca
Tints of #918eca
RGB Percentages of Color #918eca
CMYK Percentages of Color #918eca
Complementary Color
#918eca | #c7ca8e |
#918eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#918eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#918eca Color CSS Codes
.mybgcolor {background-color:#918eca; } .myforecolor {color:#918eca; } .mybordercolor {border:3px solid #918eca; }
#918eca Text Font Color
<p style="color:#918eca">Text here</p>
This sample text font color is #918eca
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.
#918eca Background Color
<div style="background-color:#918eca">
Div content here</div>
This div background color is #918eca
#918eca Border Color
<div style="border:3px solid #918eca">
Div here</div>
This div border color is #918eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,142,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #918eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #918eca; -webkit-box-shadow: 1px 1px 3px 2px #918eca; box-shadow: 1px 1px 3px 2px #918eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,142,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #918eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #918eca; -webkit-box-shadow: 1px 1px 3px 2px #918eca; box-shadow: 1px 1px 3px 2px #918eca;">
Div content here</div>
This div box has shadow with color #918eca
Comments
No comments written yet.
Please login to write comment.