Color spaces of #3026dd
RGB | 48 | 38 | 221 |
---|---|---|---|
HSL | 0.68 | 0.73 | 0.51 |
HSV | 243° | 83° | 87° |
CMYK | 0.78 | 0.83 | 0.00 0.13 |
XYZ | 14.9632 | 7.2351 | 69.0145 |
Yxy | 7.2351 | 0.1640 | 0.0793 |
Hunter Lab | 26.8981 | 52.2262 | -133.2959 |
CIE-Lab | 32.3362 | 61.6344 | -88.4618 |
#3026dd color RGB value is (48,38,221).
#3026dd hex color red value is 48, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3026dd hue: 0.68 , saturation: 0.73 and the lightness value of 3026dd is 0.51.
The process color (four color CMYK) of #3026dd color hex is 0.78, 0.83, 0.00, 0.13. Web safe color of #3026dd is #3333cc. Color #3026dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00100110 | 11011101 |
Octal | 60 | 46 | 335 |
Decimal | 48 | 38 | 221 |
Hex | 30 | 26 | DD |
Shades of #3026dd
Tints of #3026dd
RGB Percentages of Color #3026dd
CMYK Percentages of Color #3026dd
Complementary Color
#3026dd | #d3dd26 |
#3026dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3026dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3026dd Color CSS Codes
.mybgcolor {background-color:#3026dd; } .myforecolor {color:#3026dd; } .mybordercolor {border:3px solid #3026dd; }
#3026dd Text Font Color
<p style="color:#3026dd">Text here</p>
This sample text font color is #3026dd
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.
#3026dd Background Color
<div style="background-color:#3026dd">
Div content here</div>
This div background color is #3026dd
#3026dd Border Color
<div style="border:3px solid #3026dd">
Div here</div>
This div border color is #3026dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,38,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3026dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3026dd; -webkit-box-shadow: 1px 1px 3px 2px #3026dd; box-shadow: 1px 1px 3px 2px #3026dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,38,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3026dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3026dd; -webkit-box-shadow: 1px 1px 3px 2px #3026dd; box-shadow: 1px 1px 3px 2px #3026dd;">
Div content here</div>
This div box has shadow with color #3026dd
Comments
No comments written yet.
Please login to write comment.