Color spaces of #423bda
RGB | 66 | 59 | 218 |
---|---|---|---|
HSL | 0.67 | 0.68 | 0.54 |
HSV | 243° | 73° | 85° |
CMYK | 0.70 | 0.73 | 0.00 0.15 |
XYZ | 16.4656 | 9.3481 | 67.2662 |
Yxy | 9.3481 | 0.1769 | 0.1004 |
Hunter Lab | 30.5747 | 42.6233 | -109.0395 |
CIE-Lab | 36.6460 | 51.8070 | -79.5679 |
#423bda color RGB value is (66,59,218).
#423bda hex color red value is 66, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #423bda hue: 0.67 , saturation: 0.68 and the lightness value of 423bda is 0.54.
The process color (four color CMYK) of #423bda color hex is 0.70, 0.73, 0.00, 0.15. Web safe color of #423bda is #3333cc. Color #423bda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00111011 | 11011010 |
Octal | 102 | 73 | 332 |
Decimal | 66 | 59 | 218 |
Hex | 42 | 3B | DA |
Shades of #423bda
Tints of #423bda
RGB Percentages of Color #423bda
CMYK Percentages of Color #423bda
Complementary Color
#423bda | #d3da3b |
#423bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#423bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#423bda Color CSS Codes
.mybgcolor {background-color:#423bda; } .myforecolor {color:#423bda; } .mybordercolor {border:3px solid #423bda; }
#423bda Text Font Color
<p style="color:#423bda">Text here</p>
This sample text font color is #423bda
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.
#423bda Background Color
<div style="background-color:#423bda">
Div content here</div>
This div background color is #423bda
#423bda Border Color
<div style="border:3px solid #423bda">
Div here</div>
This div border color is #423bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,59,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #423bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #423bda; -webkit-box-shadow: 1px 1px 3px 2px #423bda; box-shadow: 1px 1px 3px 2px #423bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,59,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #423bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #423bda; -webkit-box-shadow: 1px 1px 3px 2px #423bda; box-shadow: 1px 1px 3px 2px #423bda;">
Div content here</div>
This div box has shadow with color #423bda
Comments
No comments written yet.
Please login to write comment.