Color spaces of #b53eca
RGB | 181 | 62 | 202 |
---|---|---|---|
HSL | 0.81 | 0.57 | 0.52 |
HSV | 291° | 69° | 79° |
CMYK | 0.10 | 0.69 | 0.00 0.21 |
XYZ | 31.4393 | 17.5333 | 57.6043 |
Yxy | 17.5333 | 0.2950 | 0.1645 |
Hunter Lab | 41.8728 | 60.7456 | -52.2542 |
CIE-Lab | 48.9251 | 65.9424 | -49.8166 |
#b53eca color RGB value is (181,62,202).
#b53eca hex color red value is 181, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b53eca hue: 0.81 , saturation: 0.57 and the lightness value of b53eca is 0.52.
The process color (four color CMYK) of #b53eca color hex is 0.10, 0.69, 0.00, 0.21. Web safe color of #b53eca is #cc33cc. Color #b53eca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00111110 | 11001010 |
Octal | 265 | 76 | 312 |
Decimal | 181 | 62 | 202 |
Hex | B5 | 3E | CA |
Shades of #b53eca
Tints of #b53eca
RGB Percentages of Color #b53eca
CMYK Percentages of Color #b53eca
Complementary Color
#b53eca | #53ca3e |
#b53eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b53eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b53eca Color CSS Codes
.mybgcolor {background-color:#b53eca; } .myforecolor {color:#b53eca; } .mybordercolor {border:3px solid #b53eca; }
#b53eca Text Font Color
<p style="color:#b53eca">Text here</p>
This sample text font color is #b53eca
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.
#b53eca Background Color
<div style="background-color:#b53eca">
Div content here</div>
This div background color is #b53eca
#b53eca Border Color
<div style="border:3px solid #b53eca">
Div here</div>
This div border color is #b53eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,62,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b53eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b53eca; -webkit-box-shadow: 1px 1px 3px 2px #b53eca; box-shadow: 1px 1px 3px 2px #b53eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,62,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b53eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b53eca; -webkit-box-shadow: 1px 1px 3px 2px #b53eca; box-shadow: 1px 1px 3px 2px #b53eca;">
Div content here</div>
This div box has shadow with color #b53eca
Comments
No comments written yet.
Please login to write comment.