Color spaces of #8788bf
RGB | 135 | 136 | 191 |
---|---|---|---|
HSL | 0.66 | 0.30 | 0.64 |
HSV | 239° | 29° | 75° |
CMYK | 0.29 | 0.29 | 0.00 0.25 |
XYZ | 28.1998 | 26.5208 | 52.9230 |
Yxy | 26.5208 | 0.2620 | 0.2464 |
Hunter Lab | 51.4983 | 7.6221 | -24.8814 |
CIE-Lab | 58.5281 | 12.2402 | -28.7535 |
#8788bf color RGB value is (135,136,191).
#8788bf hex color red value is 135, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8788bf hue: 0.66 , saturation: 0.30 and the lightness value of 8788bf is 0.64.
The process color (four color CMYK) of #8788bf color hex is 0.29, 0.29, 0.00, 0.25. Web safe color of #8788bf is #9999cc. Color #8788bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10001000 | 10111111 |
Octal | 207 | 210 | 277 |
Decimal | 135 | 136 | 191 |
Hex | 87 | 88 | BF |
Shades of #8788bf
Tints of #8788bf
RGB Percentages of Color #8788bf
CMYK Percentages of Color #8788bf
Complementary Color
#8788bf | #bfbe87 |
#8788bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8788bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8788bf Color CSS Codes
.mybgcolor {background-color:#8788bf; } .myforecolor {color:#8788bf; } .mybordercolor {border:3px solid #8788bf; }
#8788bf Text Font Color
<p style="color:#8788bf">Text here</p>
This sample text font color is #8788bf
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.
#8788bf Background Color
<div style="background-color:#8788bf">
Div content here</div>
This div background color is #8788bf
#8788bf Border Color
<div style="border:3px solid #8788bf">
Div here</div>
This div border color is #8788bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,136,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8788bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8788bf; -webkit-box-shadow: 1px 1px 3px 2px #8788bf; box-shadow: 1px 1px 3px 2px #8788bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,136,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8788bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8788bf; -webkit-box-shadow: 1px 1px 3px 2px #8788bf; box-shadow: 1px 1px 3px 2px #8788bf;">
Div content here</div>
This div box has shadow with color #8788bf
Comments
No comments written yet.
Please login to write comment.