Color spaces of #301deb
RGB | 48 | 29 | 235 |
---|---|---|---|
HSL | 0.68 | 0.84 | 0.52 |
HSV | 246° | 88° | 92° |
CMYK | 0.80 | 0.88 | 0.00 0.08 |
XYZ | 16.6537 | 7.5053 | 79.1682 |
Yxy | 7.5053 | 0.1612 | 0.0726 |
Hunter Lab | 27.3958 | 60.5661 | -152.1588 |
CIE-Lab | 32.9306 | 68.8791 | -95.4799 |
#301deb color RGB value is (48,29,235).
#301deb hex color red value is 48, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #301deb hue: 0.68 , saturation: 0.84 and the lightness value of 301deb is 0.52.
The process color (four color CMYK) of #301deb color hex is 0.80, 0.88, 0.00, 0.08. Web safe color of #301deb is #3333ff. Color #301deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00011101 | 11101011 |
Octal | 60 | 35 | 353 |
Decimal | 48 | 29 | 235 |
Hex | 30 | 1D | EB |
Shades of #301deb
Tints of #301deb
RGB Percentages of Color #301deb
CMYK Percentages of Color #301deb
Complementary Color
#301deb | #d8eb1d |
#301deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#301deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#301deb Color CSS Codes
.mybgcolor {background-color:#301deb; } .myforecolor {color:#301deb; } .mybordercolor {border:3px solid #301deb; }
#301deb Text Font Color
<p style="color:#301deb">Text here</p>
This sample text font color is #301deb
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.
#301deb Background Color
<div style="background-color:#301deb">
Div content here</div>
This div background color is #301deb
#301deb Border Color
<div style="border:3px solid #301deb">
Div here</div>
This div border color is #301deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,29,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #301deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #301deb; -webkit-box-shadow: 1px 1px 3px 2px #301deb; box-shadow: 1px 1px 3px 2px #301deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,29,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #301deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #301deb; -webkit-box-shadow: 1px 1px 3px 2px #301deb; box-shadow: 1px 1px 3px 2px #301deb;">
Div content here</div>
This div box has shadow with color #301deb
Comments
No comments written yet.
Please login to write comment.