Color spaces of #b20edc
RGB | 178 | 14 | 220 |
---|---|---|---|
HSL | 0.80 | 0.88 | 0.46 |
HSV | 288° | 94° | 86° |
CMYK | 0.19 | 0.94 | 0.00 0.14 |
XYZ | 31.4354 | 14.9464 | 68.9383 |
Yxy | 14.9464 | 0.2726 | 0.1296 |
Hunter Lab | 38.6606 | 77.4846 | -78.6616 |
CIE-Lab | 45.5607 | 80.4298 | -65.5977 |
#b20edc color RGB value is (178,14,220).
#b20edc hex color red value is 178, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b20edc hue: 0.80 , saturation: 0.88 and the lightness value of b20edc is 0.46.
The process color (four color CMYK) of #b20edc color hex is 0.19, 0.94, 0.00, 0.14. Web safe color of #b20edc is #9900cc. Color #b20edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00001110 | 11011100 |
Octal | 262 | 16 | 334 |
Decimal | 178 | 14 | 220 |
Hex | B2 | E | DC |
Shades of #b20edc
Tints of #b20edc
RGB Percentages of Color #b20edc
CMYK Percentages of Color #b20edc
Complementary Color
#b20edc | #38dc0e |
#b20edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b20edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b20edc Color CSS Codes
.mybgcolor {background-color:#b20edc; } .myforecolor {color:#b20edc; } .mybordercolor {border:3px solid #b20edc; }
#b20edc Text Font Color
<p style="color:#b20edc">Text here</p>
This sample text font color is #b20edc
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.
#b20edc Background Color
<div style="background-color:#b20edc">
Div content here</div>
This div background color is #b20edc
#b20edc Border Color
<div style="border:3px solid #b20edc">
Div here</div>
This div border color is #b20edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,14,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b20edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b20edc; -webkit-box-shadow: 1px 1px 3px 2px #b20edc; box-shadow: 1px 1px 3px 2px #b20edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,14,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 #b20edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b20edc; -webkit-box-shadow: 1px 1px 3px 2px #b20edc; box-shadow: 1px 1px 3px 2px #b20edc;">
Div content here</div>
This div box has shadow with color #b20edc
Comments
No comments written yet.
Please login to write comment.