Color spaces of #b57efd
RGB | 181 | 126 | 253 |
---|---|---|---|
HSL | 0.74 | 0.97 | 0.74 |
HSV | 266° | 50° | 99° |
CMYK | 0.28 | 0.50 | 0.00 0.01 |
XYZ | 44.2465 | 31.8373 | 96.7417 |
Yxy | 31.8373 | 0.2560 | 0.1842 |
Hunter Lab | 56.4246 | 41.2316 | -62.1574 |
CIE-Lab | 63.2082 | 46.0959 | -55.7055 |
#b57efd color RGB value is (181,126,253).
#b57efd hex color red value is 181, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b57efd hue: 0.74 , saturation: 0.97 and the lightness value of b57efd is 0.74.
The process color (four color CMYK) of #b57efd color hex is 0.28, 0.50, 0.00, 0.01. Web safe color of #b57efd is #cc66ff. Color #b57efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01111110 | 11111101 |
Octal | 265 | 176 | 375 |
Decimal | 181 | 126 | 253 |
Hex | B5 | 7E | FD |
Shades of #b57efd
Tints of #b57efd
RGB Percentages of Color #b57efd
CMYK Percentages of Color #b57efd
Complementary Color
#b57efd | #c6fd7e |
#b57efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b57efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b57efd Color CSS Codes
.mybgcolor {background-color:#b57efd; } .myforecolor {color:#b57efd; } .mybordercolor {border:3px solid #b57efd; }
#b57efd Text Font Color
<p style="color:#b57efd">Text here</p>
This sample text font color is #b57efd
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.
#b57efd Background Color
<div style="background-color:#b57efd">
Div content here</div>
This div background color is #b57efd
#b57efd Border Color
<div style="border:3px solid #b57efd">
Div here</div>
This div border color is #b57efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,126,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b57efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b57efd; -webkit-box-shadow: 1px 1px 3px 2px #b57efd; box-shadow: 1px 1px 3px 2px #b57efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,126,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 #b57efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b57efd; -webkit-box-shadow: 1px 1px 3px 2px #b57efd; box-shadow: 1px 1px 3px 2px #b57efd;">
Div content here</div>
This div box has shadow with color #b57efd
Comments
No comments written yet.
Please login to write comment.