Color spaces of #324dea
RGB | 50 | 77 | 234 |
---|---|---|---|
HSL | 0.64 | 0.81 | 0.56 |
HSV | 231° | 79° | 92° |
CMYK | 0.79 | 0.67 | 0.00 0.08 |
XYZ | 18.8206 | 11.9264 | 79.1520 |
Yxy | 11.9264 | 0.1713 | 0.1085 |
Hunter Lab | 34.5346 | 36.8429 | -111.7161 |
CIE-Lab | 41.0989 | 45.3145 | -81.3844 |
#324dea color RGB value is (50,77,234).
#324dea hex color red value is 50, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #324dea hue: 0.64 , saturation: 0.81 and the lightness value of 324dea is 0.56.
The process color (four color CMYK) of #324dea color hex is 0.79, 0.67, 0.00, 0.08. Web safe color of #324dea is #3366ff. Color #324dea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01001101 | 11101010 |
Octal | 62 | 115 | 352 |
Decimal | 50 | 77 | 234 |
Hex | 32 | 4D | EA |
Shades of #324dea
Tints of #324dea
RGB Percentages of Color #324dea
CMYK Percentages of Color #324dea
Complementary Color
#324dea | #eacf32 |
#324dea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#324dea Color Preview on White Background
Lorem ipsum dolor sit amet.
#324dea Color CSS Codes
.mybgcolor {background-color:#324dea; } .myforecolor {color:#324dea; } .mybordercolor {border:3px solid #324dea; }
#324dea Text Font Color
<p style="color:#324dea">Text here</p>
This sample text font color is #324dea
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.
#324dea Background Color
<div style="background-color:#324dea">
Div content here</div>
This div background color is #324dea
#324dea Border Color
<div style="border:3px solid #324dea">
Div here</div>
This div border color is #324dea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,77,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #324dea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #324dea; -webkit-box-shadow: 1px 1px 3px 2px #324dea; box-shadow: 1px 1px 3px 2px #324dea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,77,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #324dea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #324dea; -webkit-box-shadow: 1px 1px 3px 2px #324dea; box-shadow: 1px 1px 3px 2px #324dea;">
Div content here</div>
This div box has shadow with color #324dea
Comments
No comments written yet.
Please login to write comment.