Color spaces of #b564fd
RGB | 181 | 100 | 253 |
---|---|---|---|
HSL | 0.75 | 0.97 | 0.69 |
HSV | 272° | 60° | 99° |
CMYK | 0.28 | 0.60 | 0.00 0.01 |
XYZ | 41.3428 | 26.0299 | 95.7738 |
Yxy | 26.0299 | 0.2534 | 0.1595 |
Hunter Lab | 51.0195 | 55.3603 | -75.5855 |
CIE-Lab | 58.0654 | 59.5937 | -63.9290 |
#b564fd color RGB value is (181,100,253).
#b564fd hex color red value is 181, green value is 100 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b564fd hue: 0.75 , saturation: 0.97 and the lightness value of b564fd is 0.69.
The process color (four color CMYK) of #b564fd color hex is 0.28, 0.60, 0.00, 0.01. Web safe color of #b564fd is #cc66ff. Color #b564fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01100100 | 11111101 |
Octal | 265 | 144 | 375 |
Decimal | 181 | 100 | 253 |
Hex | B5 | 64 | FD |
Shades of #b564fd
Tints of #b564fd
RGB Percentages of Color #b564fd
CMYK Percentages of Color #b564fd
Complementary Color
#b564fd | #acfd64 |
#b564fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b564fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b564fd Color CSS Codes
.mybgcolor {background-color:#b564fd; } .myforecolor {color:#b564fd; } .mybordercolor {border:3px solid #b564fd; }
#b564fd Text Font Color
<p style="color:#b564fd">Text here</p>
This sample text font color is #b564fd
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.
#b564fd Background Color
<div style="background-color:#b564fd">
Div content here</div>
This div background color is #b564fd
#b564fd Border Color
<div style="border:3px solid #b564fd">
Div here</div>
This div border color is #b564fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,100,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b564fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b564fd; -webkit-box-shadow: 1px 1px 3px 2px #b564fd; box-shadow: 1px 1px 3px 2px #b564fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,100,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b564fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b564fd; -webkit-box-shadow: 1px 1px 3px 2px #b564fd; box-shadow: 1px 1px 3px 2px #b564fd;">
Div content here</div>
This div box has shadow with color #b564fd
Comments
No comments written yet.
Please login to write comment.