Color spaces of #3300ce
RGB | 51 | 0 | 206 |
---|---|---|---|
HSL | 0.71 | 1.00 | 0.40 |
HSV | 255° | 100° | 81° |
CMYK | 0.75 | 1.00 | 0.00 0.19 |
XYZ | 12.5058 | 5.1600 | 58.7294 |
Yxy | 5.1600 | 0.1637 | 0.0675 |
Hunter Lab | 22.7156 | 58.5185 | -137.3885 |
CIE-Lab | 27.1858 | 68.1628 | -88.3445 |
#3300ce color RGB value is (51,0,206).
#3300ce hex color red value is 51, green value is 0 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3300ce hue: 0.71 , saturation: 1.00 and the lightness value of 3300ce is 0.40.
The process color (four color CMYK) of #3300ce color hex is 0.75, 1.00, 0.00, 0.19. Web safe color of #3300ce is #3300cc. Color #3300ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 00000000 | 11001110 |
Octal | 63 | 0 | 316 |
Decimal | 51 | 0 | 206 |
Hex | 33 | 0 | CE |
Shades of #3300ce
Tints of #3300ce
RGB Percentages of Color #3300ce
CMYK Percentages of Color #3300ce
Complementary Color
#3300ce | #9bce00 |
#3300ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3300ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#3300ce Color CSS Codes
.mybgcolor {background-color:#3300ce; } .myforecolor {color:#3300ce; } .mybordercolor {border:3px solid #3300ce; }
#3300ce Text Font Color
<p style="color:#3300ce">Text here</p>
This sample text font color is #3300ce
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.
#3300ce Background Color
<div style="background-color:#3300ce">
Div content here</div>
This div background color is #3300ce
#3300ce Border Color
<div style="border:3px solid #3300ce">
Div here</div>
This div border color is #3300ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,0,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3300ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3300ce; -webkit-box-shadow: 1px 1px 3px 2px #3300ce; box-shadow: 1px 1px 3px 2px #3300ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,0,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 #3300ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3300ce; -webkit-box-shadow: 1px 1px 3px 2px #3300ce; box-shadow: 1px 1px 3px 2px #3300ce;">
Div content here</div>
This div box has shadow with color #3300ce
Comments
No comments written yet.
Please login to write comment.