Color spaces of #3608df
RGB | 54 | 8 | 223 |
---|---|---|---|
HSL | 0.70 | 0.93 | 0.45 |
HSV | 253° | 96° | 87° |
CMYK | 0.76 | 0.96 | 0.00 0.13 |
XYZ | 14.9274 | 6.2856 | 70.2385 |
Yxy | 6.2856 | 0.1632 | 0.0687 |
Hunter Lab | 25.0711 | 62.4050 | -148.5555 |
CIE-Lab | 30.1219 | 70.9636 | -93.2893 |
#3608df color RGB value is (54,8,223).
#3608df hex color red value is 54, green value is 8 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3608df hue: 0.70 , saturation: 0.93 and the lightness value of 3608df is 0.45.
The process color (four color CMYK) of #3608df color hex is 0.76, 0.96, 0.00, 0.13. Web safe color of #3608df is #3300cc. Color #3608df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00001000 | 11011111 |
Octal | 66 | 10 | 337 |
Decimal | 54 | 8 | 223 |
Hex | 36 | 8 | DF |
Shades of #3608df
Tints of #3608df
RGB Percentages of Color #3608df
CMYK Percentages of Color #3608df
Complementary Color
#3608df | #b1df08 |
#3608df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3608df Color Preview on White Background
Lorem ipsum dolor sit amet.
#3608df Color CSS Codes
.mybgcolor {background-color:#3608df; } .myforecolor {color:#3608df; } .mybordercolor {border:3px solid #3608df; }
#3608df Text Font Color
<p style="color:#3608df">Text here</p>
This sample text font color is #3608df
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.
#3608df Background Color
<div style="background-color:#3608df">
Div content here</div>
This div background color is #3608df
#3608df Border Color
<div style="border:3px solid #3608df">
Div here</div>
This div border color is #3608df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,8,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3608df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3608df; -webkit-box-shadow: 1px 1px 3px 2px #3608df; box-shadow: 1px 1px 3px 2px #3608df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,8,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3608df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3608df; -webkit-box-shadow: 1px 1px 3px 2px #3608df; box-shadow: 1px 1px 3px 2px #3608df;">
Div content here</div>
This div box has shadow with color #3608df
Comments
No comments written yet.
Please login to write comment.