Color spaces of #b453dd
RGB | 180 | 83 | 221 |
---|---|---|---|
HSL | 0.78 | 0.67 | 0.60 |
HSV | 282° | 62° | 87° |
CMYK | 0.19 | 0.62 | 0.00 0.13 |
XYZ | 34.9668 | 21.1103 | 70.6383 |
Yxy | 21.1103 | 0.2759 | 0.1666 |
Hunter Lab | 45.9459 | 55.4406 | -58.9916 |
CIE-Lab | 53.0700 | 60.5534 | -54.0509 |
#b453dd color RGB value is (180,83,221).
#b453dd hex color red value is 180, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b453dd hue: 0.78 , saturation: 0.67 and the lightness value of b453dd is 0.60.
The process color (four color CMYK) of #b453dd color hex is 0.19, 0.62, 0.00, 0.13. Web safe color of #b453dd is #cc66cc. Color #b453dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01010011 | 11011101 |
Octal | 264 | 123 | 335 |
Decimal | 180 | 83 | 221 |
Hex | B4 | 53 | DD |
Shades of #b453dd
Tints of #b453dd
RGB Percentages of Color #b453dd
CMYK Percentages of Color #b453dd
Complementary Color
#b453dd | #7cdd53 |
#b453dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b453dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b453dd Color CSS Codes
.mybgcolor {background-color:#b453dd; } .myforecolor {color:#b453dd; } .mybordercolor {border:3px solid #b453dd; }
#b453dd Text Font Color
<p style="color:#b453dd">Text here</p>
This sample text font color is #b453dd
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.
#b453dd Background Color
<div style="background-color:#b453dd">
Div content here</div>
This div background color is #b453dd
#b453dd Border Color
<div style="border:3px solid #b453dd">
Div here</div>
This div border color is #b453dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,83,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b453dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b453dd; -webkit-box-shadow: 1px 1px 3px 2px #b453dd; box-shadow: 1px 1px 3px 2px #b453dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,83,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b453dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b453dd; -webkit-box-shadow: 1px 1px 3px 2px #b453dd; box-shadow: 1px 1px 3px 2px #b453dd;">
Div content here</div>
This div box has shadow with color #b453dd
Comments
No comments written yet.
Please login to write comment.