Color spaces of #87a7cd
RGB | 135 | 167 | 205 |
---|---|---|---|
HSL | 0.59 | 0.41 | 0.67 |
HSV | 213° | 34° | 80° |
CMYK | 0.34 | 0.19 | 0.00 0.20 |
XYZ | 34.8298 | 37.1961 | 63.1014 |
Yxy | 37.1961 | 0.2578 | 0.2753 |
Hunter Lab | 60.9886 | -4.7910 | -18.6519 |
CIE-Lab | 67.4239 | -1.7853 | -22.9120 |
#87a7cd color RGB value is (135,167,205).
#87a7cd hex color red value is 135, green value is 167 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #87a7cd hue: 0.59 , saturation: 0.41 and the lightness value of 87a7cd is 0.67.
The process color (four color CMYK) of #87a7cd color hex is 0.34, 0.19, 0.00, 0.20. Web safe color of #87a7cd is #9999cc. Color #87a7cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10100111 | 11001101 |
Octal | 207 | 247 | 315 |
Decimal | 135 | 167 | 205 |
Hex | 87 | A7 | CD |
Shades of #87a7cd
Tints of #87a7cd
RGB Percentages of Color #87a7cd
CMYK Percentages of Color #87a7cd
Complementary Color
#87a7cd | #cdad87 |
#87a7cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87a7cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#87a7cd Color CSS Codes
.mybgcolor {background-color:#87a7cd; } .myforecolor {color:#87a7cd; } .mybordercolor {border:3px solid #87a7cd; }
#87a7cd Text Font Color
<p style="color:#87a7cd">Text here</p>
This sample text font color is #87a7cd
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.
#87a7cd Background Color
<div style="background-color:#87a7cd">
Div content here</div>
This div background color is #87a7cd
#87a7cd Border Color
<div style="border:3px solid #87a7cd">
Div here</div>
This div border color is #87a7cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,167,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87a7cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87a7cd; -webkit-box-shadow: 1px 1px 3px 2px #87a7cd; box-shadow: 1px 1px 3px 2px #87a7cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,167,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87a7cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87a7cd; -webkit-box-shadow: 1px 1px 3px 2px #87a7cd; box-shadow: 1px 1px 3px 2px #87a7cd;">
Div content here</div>
This div box has shadow with color #87a7cd
Comments
No comments written yet.
Please login to write comment.