Color spaces of #532db0
RGB | 83 | 45 | 176 |
---|---|---|---|
HSL | 0.72 | 0.59 | 0.43 |
HSV | 257° | 74° | 69° |
CMYK | 0.53 | 0.74 | 0.00 0.31 |
XYZ | 12.3421 | 6.8504 | 41.7460 |
Yxy | 6.8504 | 0.2025 | 0.1124 |
Hunter Lab | 26.1733 | 38.3691 | -76.2454 |
CIE-Lab | 31.4639 | 48.6084 | -63.4599 |
#532db0 color RGB value is (83,45,176).
#532db0 hex color red value is 83, green value is 45 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #532db0 hue: 0.72 , saturation: 0.59 and the lightness value of 532db0 is 0.43.
The process color (four color CMYK) of #532db0 color hex is 0.53, 0.74, 0.00, 0.31. Web safe color of #532db0 is #663399. Color #532db0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 00101101 | 10110000 |
Octal | 123 | 55 | 260 |
Decimal | 83 | 45 | 176 |
Hex | 53 | 2D | B0 |
Shades of #532db0
Tints of #532db0
RGB Percentages of Color #532db0
CMYK Percentages of Color #532db0
Complementary Color
#532db0 | #8ab02d |
#532db0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#532db0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#532db0 Color CSS Codes
.mybgcolor {background-color:#532db0; } .myforecolor {color:#532db0; } .mybordercolor {border:3px solid #532db0; }
#532db0 Text Font Color
<p style="color:#532db0">Text here</p>
This sample text font color is #532db0
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.
#532db0 Background Color
<div style="background-color:#532db0">
Div content here</div>
This div background color is #532db0
#532db0 Border Color
<div style="border:3px solid #532db0">
Div here</div>
This div border color is #532db0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,45,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #532db0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #532db0; -webkit-box-shadow: 1px 1px 3px 2px #532db0; box-shadow: 1px 1px 3px 2px #532db0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,45,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #532db0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #532db0; -webkit-box-shadow: 1px 1px 3px 2px #532db0; box-shadow: 1px 1px 3px 2px #532db0;">
Div content here</div>
This div box has shadow with color #532db0
Comments
No comments written yet.
Please login to write comment.