Color spaces of #3326ea
RGB | 51 | 38 | 234 |
---|---|---|---|
HSL | 0.68 | 0.82 | 0.53 |
HSV | 244° | 84° | 92° |
CMYK | 0.78 | 0.84 | 0.00 0.08 |
XYZ | 16.9096 | 8.0305 | 78.5007 |
Yxy | 8.0305 | 0.1635 | 0.0776 |
Hunter Lab | 28.3381 | 56.9207 | -144.4051 |
CIE-Lab | 34.0463 | 65.4958 | -93.0494 |
#3326ea color RGB value is (51,38,234).
#3326ea hex color red value is 51, green value is 38 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3326ea hue: 0.68 , saturation: 0.82 and the lightness value of 3326ea is 0.53.
The process color (four color CMYK) of #3326ea color hex is 0.78, 0.84, 0.00, 0.08. Web safe color of #3326ea is #3333ff. Color #3326ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 00100110 | 11101010 |
Octal | 63 | 46 | 352 |
Decimal | 51 | 38 | 234 |
Hex | 33 | 26 | EA |
Shades of #3326ea
Tints of #3326ea
RGB Percentages of Color #3326ea
CMYK Percentages of Color #3326ea
Complementary Color
#3326ea | #ddea26 |
#3326ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3326ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#3326ea Color CSS Codes
.mybgcolor {background-color:#3326ea; } .myforecolor {color:#3326ea; } .mybordercolor {border:3px solid #3326ea; }
#3326ea Text Font Color
<p style="color:#3326ea">Text here</p>
This sample text font color is #3326ea
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.
#3326ea Background Color
<div style="background-color:#3326ea">
Div content here</div>
This div background color is #3326ea
#3326ea Border Color
<div style="border:3px solid #3326ea">
Div here</div>
This div border color is #3326ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,38,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3326ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3326ea; -webkit-box-shadow: 1px 1px 3px 2px #3326ea; box-shadow: 1px 1px 3px 2px #3326ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,38,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3326ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3326ea; -webkit-box-shadow: 1px 1px 3px 2px #3326ea; box-shadow: 1px 1px 3px 2px #3326ea;">
Div content here</div>
This div box has shadow with color #3326ea
Comments
No comments written yet.
Please login to write comment.