Color spaces of #2130eb
RGB | 33 | 48 | 235 |
---|---|---|---|
HSL | 0.65 | 0.83 | 0.53 |
HSV | 236° | 86° | 92° |
CMYK | 0.86 | 0.80 | 0.00 0.08 |
XYZ | 16.6795 | 8.4354 | 79.3463 |
Yxy | 8.4354 | 0.1597 | 0.0808 |
Hunter Lab | 29.0438 | 51.6839 | -141.6471 |
CIE-Lab | 34.8737 | 60.6482 | -92.2645 |
#2130eb color RGB value is (33,48,235).
#2130eb hex color red value is 33, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2130eb hue: 0.65 , saturation: 0.83 and the lightness value of 2130eb is 0.53.
The process color (four color CMYK) of #2130eb color hex is 0.86, 0.80, 0.00, 0.08. Web safe color of #2130eb is #3333ff. Color #2130eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00110000 | 11101011 |
Octal | 41 | 60 | 353 |
Decimal | 33 | 48 | 235 |
Hex | 21 | 30 | EB |
Shades of #2130eb
Tints of #2130eb
RGB Percentages of Color #2130eb
CMYK Percentages of Color #2130eb
Complementary Color
#2130eb | #ebdc21 |
#2130eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2130eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2130eb Color CSS Codes
.mybgcolor {background-color:#2130eb; } .myforecolor {color:#2130eb; } .mybordercolor {border:3px solid #2130eb; }
#2130eb Text Font Color
<p style="color:#2130eb">Text here</p>
This sample text font color is #2130eb
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.
#2130eb Background Color
<div style="background-color:#2130eb">
Div content here</div>
This div background color is #2130eb
#2130eb Border Color
<div style="border:3px solid #2130eb">
Div here</div>
This div border color is #2130eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,48,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2130eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2130eb; -webkit-box-shadow: 1px 1px 3px 2px #2130eb; box-shadow: 1px 1px 3px 2px #2130eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,48,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2130eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2130eb; -webkit-box-shadow: 1px 1px 3px 2px #2130eb; box-shadow: 1px 1px 3px 2px #2130eb;">
Div content here</div>
This div box has shadow with color #2130eb
Comments
No comments written yet.
Please login to write comment.