Color spaces of #421bcf
RGB | 66 | 27 | 207 |
---|---|---|---|
HSL | 0.70 | 0.77 | 0.46 |
HSV | 253° | 87° | 81° |
CMYK | 0.68 | 0.87 | 0.00 0.19 |
XYZ | 13.9012 | 6.4471 | 59.5432 |
Yxy | 6.4471 | 0.1740 | 0.0807 |
Hunter Lab | 25.3911 | 53.2911 | -121.2635 |
CIE-Lab | 30.5135 | 62.9463 | -83.3555 |
#421bcf color RGB value is (66,27,207).
#421bcf hex color red value is 66, green value is 27 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #421bcf hue: 0.70 , saturation: 0.77 and the lightness value of 421bcf is 0.46.
The process color (four color CMYK) of #421bcf color hex is 0.68, 0.87, 0.00, 0.19. Web safe color of #421bcf is #3333cc. Color #421bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00011011 | 11001111 |
Octal | 102 | 33 | 317 |
Decimal | 66 | 27 | 207 |
Hex | 42 | 1B | CF |
Shades of #421bcf
Tints of #421bcf
RGB Percentages of Color #421bcf
CMYK Percentages of Color #421bcf
Complementary Color
#421bcf | #a8cf1b |
#421bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#421bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#421bcf Color CSS Codes
.mybgcolor {background-color:#421bcf; } .myforecolor {color:#421bcf; } .mybordercolor {border:3px solid #421bcf; }
#421bcf Text Font Color
<p style="color:#421bcf">Text here</p>
This sample text font color is #421bcf
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.
#421bcf Background Color
<div style="background-color:#421bcf">
Div content here</div>
This div background color is #421bcf
#421bcf Border Color
<div style="border:3px solid #421bcf">
Div here</div>
This div border color is #421bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,27,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #421bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #421bcf; -webkit-box-shadow: 1px 1px 3px 2px #421bcf; box-shadow: 1px 1px 3px 2px #421bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,27,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #421bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #421bcf; -webkit-box-shadow: 1px 1px 3px 2px #421bcf; box-shadow: 1px 1px 3px 2px #421bcf;">
Div content here</div>
This div box has shadow with color #421bcf
Comments
No comments written yet.
Please login to write comment.