Hex #87a7fe Color
equivalent to
RGB
(135, 167, 254)Details of #87a7fe
|
|
|
|
Color HEX #87a7fe matches (135, 167, 254) in RGB.
#87a7fe hex color red value is 135, green value is 167 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #87a7fe hue: 0.62, saturation: 0.98 and the lightness value of 87a7fe is 0.76.
The process color (four color CMYK) of #87a7fe color hex is 0.47, 0.34, 0.00, 0.00. Web safe color of #87a7fe is #9999ff. Color #87a7fe contains mainly BLUE color.
Base Numbers
|
|
|
|
#87a7fe tints
#87a7fe shades
RGB in % of #87a7fe
CMYK in % of #87a7fe
Preview Color #87a7fe on black ground
Very nice color.
Preview Color #87a7fe on white ground
Very nice color.
CSS Codes #87a7fe color
.mybgcolor {background-color:#87a7fe; } .myforecolor {color:#87a7fe; } .mybordercolor {border:3px solid #87a7fe; }
Text Font Color #87a7fe
<p style="color:#87a7fe">Text here</p>
This sample text font color is #87a7fe
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.
Background Color #87a7fe
<div style="background-color:#87a7fe">
Div content here</div>
This div background color is #87a7fe
Border Color #87a7fe
<div style="border:3px solid #87a7fe">
Div here</div>
The color of this border is #87a7fe
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87a7fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87a7fe; -webkit-box-shadow: 1px 1px 3px 2px #87a7fe; box-shadow: 1px 1px 3px 2px #87a7fe; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #87a7fe">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87a7fe; -webkit-box-shadow: 1px 1px 3px 2px #87a7fe; box-shadow: 1px 1px 3px 2px #87a7fe;">
Div content here</div>
The shadow of div box using color #87a7fe