Color spaces of #287abf
RGB | 40 | 122 | 191 |
---|---|---|---|
HSL | 0.58 | 0.65 | 0.45 |
HSV | 207° | 79° | 75° |
CMYK | 0.79 | 0.36 | 0.00 0.25 |
XYZ | 17.2386 | 18.1318 | 51.8814 |
Yxy | 18.1318 | 0.1976 | 0.2078 |
Hunter Lab | 42.5815 | -2.2539 | -42.4321 |
CIE-Lab | 49.6556 | 0.0266 | -43.0125 |
#287abf color RGB value is (40,122,191).
#287abf hex color red value is 40, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #287abf hue: 0.58 , saturation: 0.65 and the lightness value of 287abf is 0.45.
The process color (four color CMYK) of #287abf color hex is 0.79, 0.36, 0.00, 0.25. Web safe color of #287abf is #3366cc. Color #287abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01111010 | 10111111 |
Octal | 50 | 172 | 277 |
Decimal | 40 | 122 | 191 |
Hex | 28 | 7A | BF |
Shades of #287abf
Tints of #287abf
RGB Percentages of Color #287abf
CMYK Percentages of Color #287abf
Complementary Color
#287abf | #bf6d28 |
#287abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#287abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#287abf Color CSS Codes
.mybgcolor {background-color:#287abf; } .myforecolor {color:#287abf; } .mybordercolor {border:3px solid #287abf; }
#287abf Text Font Color
<p style="color:#287abf">Text here</p>
This sample text font color is #287abf
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.
#287abf Background Color
<div style="background-color:#287abf">
Div content here</div>
This div background color is #287abf
#287abf Border Color
<div style="border:3px solid #287abf">
Div here</div>
This div border color is #287abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,122,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #287abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #287abf; -webkit-box-shadow: 1px 1px 3px 2px #287abf; box-shadow: 1px 1px 3px 2px #287abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,122,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 #287abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #287abf; -webkit-box-shadow: 1px 1px 3px 2px #287abf; box-shadow: 1px 1px 3px 2px #287abf;">
Div content here</div>
This div box has shadow with color #287abf
Comments
No comments written yet.
Please login to write comment.