Color spaces of #371eae
RGB | 55 | 30 | 174 |
---|---|---|---|
HSL | 0.70 | 0.71 | 0.40 |
HSV | 250° | 83° | 68° |
CMYK | 0.68 | 0.83 | 0.00 0.32 |
XYZ | 9.6798 | 4.7968 | 40.4601 |
Yxy | 4.7968 | 0.1762 | 0.0873 |
Hunter Lab | 21.9016 | 40.5634 | -94.1988 |
CIE-Lab | 26.1478 | 51.8243 | -71.1181 |
#371eae color RGB value is (55,30,174).
#371eae hex color red value is 55, green value is 30 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #371eae hue: 0.70 , saturation: 0.71 and the lightness value of 371eae is 0.40.
The process color (four color CMYK) of #371eae color hex is 0.68, 0.83, 0.00, 0.32. Web safe color of #371eae is #333399. Color #371eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 00011110 | 10101110 |
Octal | 67 | 36 | 256 |
Decimal | 55 | 30 | 174 |
Hex | 37 | 1E | AE |
Shades of #371eae
Tints of #371eae
RGB Percentages of Color #371eae
CMYK Percentages of Color #371eae
Complementary Color
#371eae | #95ae1e |
#371eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#371eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#371eae Color CSS Codes
.mybgcolor {background-color:#371eae; } .myforecolor {color:#371eae; } .mybordercolor {border:3px solid #371eae; }
#371eae Text Font Color
<p style="color:#371eae">Text here</p>
This sample text font color is #371eae
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.
#371eae Background Color
<div style="background-color:#371eae">
Div content here</div>
This div background color is #371eae
#371eae Border Color
<div style="border:3px solid #371eae">
Div here</div>
This div border color is #371eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,30,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #371eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #371eae; -webkit-box-shadow: 1px 1px 3px 2px #371eae; box-shadow: 1px 1px 3px 2px #371eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,30,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #371eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #371eae; -webkit-box-shadow: 1px 1px 3px 2px #371eae; box-shadow: 1px 1px 3px 2px #371eae;">
Div content here</div>
This div box has shadow with color #371eae
Comments
No comments written yet.
Please login to write comment.