Color spaces of #534bdc
RGB | 83 | 75 | 220 |
---|---|---|---|
HSL | 0.68 | 0.67 | 0.58 |
HSV | 243° | 66° | 86° |
CMYK | 0.62 | 0.66 | 0.00 0.14 |
XYZ | 19.0016 | 12.0385 | 69.0323 |
Yxy | 12.0385 | 0.1899 | 0.1203 |
Hunter Lab | 34.6965 | 37.0368 | -93.6759 |
CIE-Lab | 41.2772 | 45.4771 | -73.0610 |
#534bdc color RGB value is (83,75,220).
#534bdc hex color red value is 83, green value is 75 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #534bdc hue: 0.68 , saturation: 0.67 and the lightness value of 534bdc is 0.58.
The process color (four color CMYK) of #534bdc color hex is 0.62, 0.66, 0.00, 0.14. Web safe color of #534bdc is #6633cc. Color #534bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01001011 | 11011100 |
Octal | 123 | 113 | 334 |
Decimal | 83 | 75 | 220 |
Hex | 53 | 4B | DC |
Shades of #534bdc
Tints of #534bdc
RGB Percentages of Color #534bdc
CMYK Percentages of Color #534bdc
Complementary Color
#534bdc | #d4dc4b |
#534bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#534bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#534bdc Color CSS Codes
.mybgcolor {background-color:#534bdc; } .myforecolor {color:#534bdc; } .mybordercolor {border:3px solid #534bdc; }
#534bdc Text Font Color
<p style="color:#534bdc">Text here</p>
This sample text font color is #534bdc
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.
#534bdc Background Color
<div style="background-color:#534bdc">
Div content here</div>
This div background color is #534bdc
#534bdc Border Color
<div style="border:3px solid #534bdc">
Div here</div>
This div border color is #534bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,75,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #534bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #534bdc; -webkit-box-shadow: 1px 1px 3px 2px #534bdc; box-shadow: 1px 1px 3px 2px #534bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,75,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #534bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #534bdc; -webkit-box-shadow: 1px 1px 3px 2px #534bdc; box-shadow: 1px 1px 3px 2px #534bdc;">
Div content here</div>
This div box has shadow with color #534bdc
Comments
No comments written yet.
Please login to write comment.