Color spaces of #888cec
RGB | 136 | 140 | 236 |
---|---|---|---|
HSL | 0.66 | 0.72 | 0.73 |
HSV | 238° | 42° | 93° |
CMYK | 0.42 | 0.41 | 0.00 0.07 |
XYZ | 34.6717 | 30.0465 | 83.3290 |
Yxy | 30.0465 | 0.2342 | 0.2030 |
Hunter Lab | 54.8147 | 16.9801 | -51.7621 |
CIE-Lab | 61.6943 | 22.3689 | -48.9843 |
#888cec color RGB value is (136,140,236).
#888cec hex color red value is 136, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #888cec hue: 0.66 , saturation: 0.72 and the lightness value of 888cec is 0.73.
The process color (four color CMYK) of #888cec color hex is 0.42, 0.41, 0.00, 0.07. Web safe color of #888cec is #9999ff. Color #888cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10001100 | 11101100 |
Octal | 210 | 214 | 354 |
Decimal | 136 | 140 | 236 |
Hex | 88 | 8C | EC |
Shades of #888cec
Tints of #888cec
RGB Percentages of Color #888cec
CMYK Percentages of Color #888cec
Complementary Color
#888cec | #ece888 |
#888cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#888cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#888cec Color CSS Codes
.mybgcolor {background-color:#888cec; } .myforecolor {color:#888cec; } .mybordercolor {border:3px solid #888cec; }
#888cec Text Font Color
<p style="color:#888cec">Text here</p>
This sample text font color is #888cec
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.
#888cec Background Color
<div style="background-color:#888cec">
Div content here</div>
This div background color is #888cec
#888cec Border Color
<div style="border:3px solid #888cec">
Div here</div>
This div border color is #888cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,140,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #888cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #888cec; -webkit-box-shadow: 1px 1px 3px 2px #888cec; box-shadow: 1px 1px 3px 2px #888cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,140,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #888cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #888cec; -webkit-box-shadow: 1px 1px 3px 2px #888cec; box-shadow: 1px 1px 3px 2px #888cec;">
Div content here</div>
This div box has shadow with color #888cec
Comments
No comments written yet.
Please login to write comment.