Color spaces of #301eda
RGB | 48 | 30 | 218 |
---|---|---|---|
HSL | 0.68 | 0.76 | 0.49 |
HSV | 246° | 86° | 85° |
CMYK | 0.78 | 0.86 | 0.00 0.15 |
XYZ | 14.3381 | 6.6189 | 66.8515 |
Yxy | 6.6189 | 0.1633 | 0.0754 |
Hunter Lab | 25.7272 | 54.4576 | -136.0544 |
CIE-Lab | 30.9231 | 63.9124 | -89.0843 |
#301eda color RGB value is (48,30,218).
#301eda hex color red value is 48, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #301eda hue: 0.68 , saturation: 0.76 and the lightness value of 301eda is 0.49.
The process color (four color CMYK) of #301eda color hex is 0.78, 0.86, 0.00, 0.15. Web safe color of #301eda is #3333cc. Color #301eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00011110 | 11011010 |
Octal | 60 | 36 | 332 |
Decimal | 48 | 30 | 218 |
Hex | 30 | 1E | DA |
Shades of #301eda
Tints of #301eda
RGB Percentages of Color #301eda
CMYK Percentages of Color #301eda
Complementary Color
#301eda | #c8da1e |
#301eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#301eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#301eda Color CSS Codes
.mybgcolor {background-color:#301eda; } .myforecolor {color:#301eda; } .mybordercolor {border:3px solid #301eda; }
#301eda Text Font Color
<p style="color:#301eda">Text here</p>
This sample text font color is #301eda
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.
#301eda Background Color
<div style="background-color:#301eda">
Div content here</div>
This div background color is #301eda
#301eda Border Color
<div style="border:3px solid #301eda">
Div here</div>
This div border color is #301eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,30,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #301eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #301eda; -webkit-box-shadow: 1px 1px 3px 2px #301eda; box-shadow: 1px 1px 3px 2px #301eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,30,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #301eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #301eda; -webkit-box-shadow: 1px 1px 3px 2px #301eda; box-shadow: 1px 1px 3px 2px #301eda;">
Div content here</div>
This div box has shadow with color #301eda
Comments
No comments written yet.
Please login to write comment.