Color spaces of #403cea
RGB | 64 | 60 | 234 |
---|---|---|---|
HSL | 0.67 | 0.81 | 0.58 |
HSV | 241° | 74° | 92° |
CMYK | 0.73 | 0.74 | 0.00 0.08 |
XYZ | 18.5815 | 10.2622 | 78.8434 |
Yxy | 10.2622 | 0.1726 | 0.0953 |
Hunter Lab | 32.0347 | 47.4771 | -123.4997 |
CIE-Lab | 38.3090 | 56.1008 | -85.9606 |
#403cea color RGB value is (64,60,234).
#403cea hex color red value is 64, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #403cea hue: 0.67 , saturation: 0.81 and the lightness value of 403cea is 0.58.
The process color (four color CMYK) of #403cea color hex is 0.73, 0.74, 0.00, 0.08. Web safe color of #403cea is #3333ff. Color #403cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00111100 | 11101010 |
Octal | 100 | 74 | 352 |
Decimal | 64 | 60 | 234 |
Hex | 40 | 3C | EA |
Shades of #403cea
Tints of #403cea
RGB Percentages of Color #403cea
CMYK Percentages of Color #403cea
Complementary Color
#403cea | #e6ea3c |
#403cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#403cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#403cea Color CSS Codes
.mybgcolor {background-color:#403cea; } .myforecolor {color:#403cea; } .mybordercolor {border:3px solid #403cea; }
#403cea Text Font Color
<p style="color:#403cea">Text here</p>
This sample text font color is #403cea
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.
#403cea Background Color
<div style="background-color:#403cea">
Div content here</div>
This div background color is #403cea
#403cea Border Color
<div style="border:3px solid #403cea">
Div here</div>
This div border color is #403cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,60,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #403cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #403cea; -webkit-box-shadow: 1px 1px 3px 2px #403cea; box-shadow: 1px 1px 3px 2px #403cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,60,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 #403cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #403cea; -webkit-box-shadow: 1px 1px 3px 2px #403cea; box-shadow: 1px 1px 3px 2px #403cea;">
Div content here</div>
This div box has shadow with color #403cea
Comments
No comments written yet.
Please login to write comment.