Color spaces of #4287fc
RGB | 66 | 135 | 252 |
---|---|---|---|
HSL | 0.60 | 0.97 | 0.62 |
HSV | 218° | 74° | 99° |
CMYK | 0.74 | 0.46 | 0.00 0.01 |
XYZ | 28.4814 | 25.5145 | 95.5191 |
Yxy | 25.5145 | 0.1905 | 0.1706 |
Hunter Lab | 50.5119 | 12.2524 | -76.7604 |
CIE-Lab | 57.5733 | 17.4621 | -64.6074 |
#4287fc color RGB value is (66,135,252).
#4287fc hex color red value is 66, green value is 135 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4287fc hue: 0.60 , saturation: 0.97 and the lightness value of 4287fc is 0.62.
The process color (four color CMYK) of #4287fc color hex is 0.74, 0.46, 0.00, 0.01. Web safe color of #4287fc is #3399ff. Color #4287fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10000111 | 11111100 |
Octal | 102 | 207 | 374 |
Decimal | 66 | 135 | 252 |
Hex | 42 | 87 | FC |
Shades of #4287fc
Tints of #4287fc
RGB Percentages of Color #4287fc
CMYK Percentages of Color #4287fc
Complementary Color
#4287fc | #fcb742 |
#4287fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4287fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4287fc Color CSS Codes
.mybgcolor {background-color:#4287fc; } .myforecolor {color:#4287fc; } .mybordercolor {border:3px solid #4287fc; }
#4287fc Text Font Color
<p style="color:#4287fc">Text here</p>
This sample text font color is #4287fc
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.
#4287fc Background Color
<div style="background-color:#4287fc">
Div content here</div>
This div background color is #4287fc
#4287fc Border Color
<div style="border:3px solid #4287fc">
Div here</div>
This div border color is #4287fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,135,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4287fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4287fc; -webkit-box-shadow: 1px 1px 3px 2px #4287fc; box-shadow: 1px 1px 3px 2px #4287fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,135,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4287fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4287fc; -webkit-box-shadow: 1px 1px 3px 2px #4287fc; box-shadow: 1px 1px 3px 2px #4287fc;">
Div content here</div>
This div box has shadow with color #4287fc
Comments
No comments written yet.
Please login to write comment.