Color spaces of #4152c2
RGB | 65 | 82 | 194 |
---|---|---|---|
HSL | 0.64 | 0.51 | 0.51 |
HSV | 232° | 66° | 76° |
CMYK | 0.66 | 0.58 | 0.00 0.24 |
XYZ | 14.9349 | 11.0534 | 52.3853 |
Yxy | 11.0534 | 0.1906 | 0.1410 |
Hunter Lab | 33.2467 | 22.0033 | -70.1480 |
CIE-Lab | 39.6703 | 29.8519 | -60.7327 |
#4152c2 color RGB value is (65,82,194).
#4152c2 hex color red value is 65, green value is 82 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #4152c2 hue: 0.64 , saturation: 0.51 and the lightness value of 4152c2 is 0.51.
The process color (four color CMYK) of #4152c2 color hex is 0.66, 0.58, 0.00, 0.24. Web safe color of #4152c2 is #3366cc. Color #4152c2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01010010 | 11000010 |
Octal | 101 | 122 | 302 |
Decimal | 65 | 82 | 194 |
Hex | 41 | 52 | C2 |
Shades of #4152c2
Tints of #4152c2
RGB Percentages of Color #4152c2
CMYK Percentages of Color #4152c2
Complementary Color
#4152c2 | #c2b141 |
#4152c2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4152c2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#4152c2 Color CSS Codes
.mybgcolor {background-color:#4152c2; } .myforecolor {color:#4152c2; } .mybordercolor {border:3px solid #4152c2; }
#4152c2 Text Font Color
<p style="color:#4152c2">Text here</p>
This sample text font color is #4152c2
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.
#4152c2 Background Color
<div style="background-color:#4152c2">
Div content here</div>
This div background color is #4152c2
#4152c2 Border Color
<div style="border:3px solid #4152c2">
Div here</div>
This div border color is #4152c2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,82,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4152c2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4152c2; -webkit-box-shadow: 1px 1px 3px 2px #4152c2; box-shadow: 1px 1px 3px 2px #4152c2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,82,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4152c2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4152c2; -webkit-box-shadow: 1px 1px 3px 2px #4152c2; box-shadow: 1px 1px 3px 2px #4152c2;">
Div content here</div>
This div box has shadow with color #4152c2
Comments
No comments written yet.
Please login to write comment.