Color spaces of #3a40ce
RGB | 58 | 64 | 206 |
---|---|---|---|
HSL | 0.66 | 0.60 | 0.52 |
HSV | 238° | 72° | 81° |
CMYK | 0.72 | 0.69 | 0.00 0.19 |
XYZ | 14.7189 | 9.0226 | 59.3583 |
Yxy | 9.0226 | 0.1771 | 0.1086 |
Hunter Lab | 30.0376 | 34.9018 | -96.1384 |
CIE-Lab | 36.0278 | 44.2453 | -73.6788 |
#3a40ce color RGB value is (58,64,206).
#3a40ce hex color red value is 58, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3a40ce hue: 0.66 , saturation: 0.60 and the lightness value of 3a40ce is 0.52.
The process color (four color CMYK) of #3a40ce color hex is 0.72, 0.69, 0.00, 0.19. Web safe color of #3a40ce is #3333cc. Color #3a40ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 01000000 | 11001110 |
Octal | 72 | 100 | 316 |
Decimal | 58 | 64 | 206 |
Hex | 3A | 40 | CE |
Shades of #3a40ce
Tints of #3a40ce
RGB Percentages of Color #3a40ce
CMYK Percentages of Color #3a40ce
Complementary Color
#3a40ce | #cec83a |
#3a40ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3a40ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#3a40ce Color CSS Codes
.mybgcolor {background-color:#3a40ce; } .myforecolor {color:#3a40ce; } .mybordercolor {border:3px solid #3a40ce; }
#3a40ce Text Font Color
<p style="color:#3a40ce">Text here</p>
This sample text font color is #3a40ce
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.
#3a40ce Background Color
<div style="background-color:#3a40ce">
Div content here</div>
This div background color is #3a40ce
#3a40ce Border Color
<div style="border:3px solid #3a40ce">
Div here</div>
This div border color is #3a40ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,64,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3a40ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3a40ce; -webkit-box-shadow: 1px 1px 3px 2px #3a40ce; box-shadow: 1px 1px 3px 2px #3a40ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,64,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3a40ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3a40ce; -webkit-box-shadow: 1px 1px 3px 2px #3a40ce; box-shadow: 1px 1px 3px 2px #3a40ce;">
Div content here</div>
This div box has shadow with color #3a40ce
Comments
No comments written yet.
Please login to write comment.