Color spaces of #210159
RGB | 33 | 1 | 89 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.18 |
HSV | 262° | 99° | 35° |
CMYK | 0.63 | 0.99 | 0.00 0.65 |
XYZ | 2.4412 | 1.0663 | 9.5283 |
Yxy | 1.0663 | 0.1873 | 0.0818 |
Hunter Lab | 10.3262 | 24.1282 | -47.4805 |
CIE-Lab | 9.5320 | 37.4709 | -44.7730 |
#210159 color RGB value is (33,1,89).
#210159 hex color red value is 33, green value is 1 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #210159 hue: 0.73 , saturation: 0.98 and the lightness value of 210159 is 0.18.
The process color (four color CMYK) of #210159 color hex is 0.63, 0.99, 0.00, 0.65. Web safe color of #210159 is #330066. Color #210159 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00000001 | 01011001 |
Octal | 41 | 1 | 131 |
Decimal | 33 | 1 | 89 |
Hex | 21 | 1 | 59 |
Shades of #210159
Tints of #210159
RGB Percentages of Color #210159
CMYK Percentages of Color #210159
Complementary Color
#210159 | #395901 |
#210159 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#210159 Color Preview on White Background
Lorem ipsum dolor sit amet.
#210159 Color CSS Codes
.mybgcolor {background-color:#210159; } .myforecolor {color:#210159; } .mybordercolor {border:3px solid #210159; }
#210159 Text Font Color
<p style="color:#210159">Text here</p>
This sample text font color is #210159
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.
#210159 Background Color
<div style="background-color:#210159">
Div content here</div>
This div background color is #210159
#210159 Border Color
<div style="border:3px solid #210159">
Div here</div>
This div border color is #210159
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,1,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #210159; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #210159; -webkit-box-shadow: 1px 1px 3px 2px #210159; box-shadow: 1px 1px 3px 2px #210159; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,1,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #210159">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #210159; -webkit-box-shadow: 1px 1px 3px 2px #210159; box-shadow: 1px 1px 3px 2px #210159;">
Div content here</div>
This div box has shadow with color #210159
Comments
No comments written yet.
Please login to write comment.