Color spaces of #301ace
RGB | 48 | 26 | 206 |
---|---|---|---|
HSL | 0.69 | 0.78 | 0.45 |
HSV | 247° | 87° | 81° |
CMYK | 0.77 | 0.87 | 0.00 0.19 |
XYZ | 12.7289 | 5.8234 | 58.8457 |
Yxy | 5.8234 | 0.1645 | 0.0752 |
Hunter Lab | 24.1317 | 51.9239 | -127.6877 |
CIE-Lab | 28.9625 | 62.0082 | -85.3887 |
#301ace color RGB value is (48,26,206).
#301ace hex color red value is 48, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #301ace hue: 0.69 , saturation: 0.78 and the lightness value of 301ace is 0.45.
The process color (four color CMYK) of #301ace color hex is 0.77, 0.87, 0.00, 0.19. Web safe color of #301ace is #3333cc. Color #301ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00011010 | 11001110 |
Octal | 60 | 32 | 316 |
Decimal | 48 | 26 | 206 |
Hex | 30 | 1A | CE |
Shades of #301ace
Tints of #301ace
RGB Percentages of Color #301ace
CMYK Percentages of Color #301ace
Complementary Color
#301ace | #b8ce1a |
#301ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#301ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#301ace Color CSS Codes
.mybgcolor {background-color:#301ace; } .myforecolor {color:#301ace; } .mybordercolor {border:3px solid #301ace; }
#301ace Text Font Color
<p style="color:#301ace">Text here</p>
This sample text font color is #301ace
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.
#301ace Background Color
<div style="background-color:#301ace">
Div content here</div>
This div background color is #301ace
#301ace Border Color
<div style="border:3px solid #301ace">
Div here</div>
This div border color is #301ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,26,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #301ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #301ace; -webkit-box-shadow: 1px 1px 3px 2px #301ace; box-shadow: 1px 1px 3px 2px #301ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,26,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 #301ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #301ace; -webkit-box-shadow: 1px 1px 3px 2px #301ace; box-shadow: 1px 1px 3px 2px #301ace;">
Div content here</div>
This div box has shadow with color #301ace
Comments
No comments written yet.
Please login to write comment.