Color spaces of #3841ad
RGB | 56 | 65 | 173 |
---|---|---|---|
HSL | 0.65 | 0.51 | 0.45 |
HSV | 235° | 68° | 68° |
CMYK | 0.68 | 0.62 | 0.00 0.32 |
XYZ | 11.0640 | 7.6385 | 40.4264 |
Yxy | 7.6385 | 0.1871 | 0.1292 |
Hunter Lab | 27.6378 | 23.0910 | -67.3781 |
CIE-Lab | 33.2184 | 31.9856 | -58.8876 |
#3841ad color RGB value is (56,65,173).
#3841ad hex color red value is 56, green value is 65 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3841ad hue: 0.65 , saturation: 0.51 and the lightness value of 3841ad is 0.45.
The process color (four color CMYK) of #3841ad color hex is 0.68, 0.62, 0.00, 0.32. Web safe color of #3841ad is #333399. Color #3841ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01000001 | 10101101 |
Octal | 70 | 101 | 255 |
Decimal | 56 | 65 | 173 |
Hex | 38 | 41 | AD |
Shades of #3841ad
Tints of #3841ad
RGB Percentages of Color #3841ad
CMYK Percentages of Color #3841ad
Complementary Color
#3841ad | #ada438 |
#3841ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3841ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#3841ad Color CSS Codes
.mybgcolor {background-color:#3841ad; } .myforecolor {color:#3841ad; } .mybordercolor {border:3px solid #3841ad; }
#3841ad Text Font Color
<p style="color:#3841ad">Text here</p>
This sample text font color is #3841ad
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.
#3841ad Background Color
<div style="background-color:#3841ad">
Div content here</div>
This div background color is #3841ad
#3841ad Border Color
<div style="border:3px solid #3841ad">
Div here</div>
This div border color is #3841ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,65,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3841ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3841ad; -webkit-box-shadow: 1px 1px 3px 2px #3841ad; box-shadow: 1px 1px 3px 2px #3841ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,65,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3841ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3841ad; -webkit-box-shadow: 1px 1px 3px 2px #3841ad; box-shadow: 1px 1px 3px 2px #3841ad;">
Div content here</div>
This div box has shadow with color #3841ad
Comments
No comments written yet.
Please login to write comment.