Color spaces of #b38efd
RGB | 179 | 142 | 253 |
---|---|---|---|
HSL | 0.72 | 0.97 | 0.77 |
HSV | 260° | 44° | 99° |
CMYK | 0.29 | 0.44 | 0.00 0.01 |
XYZ | 45.9930 | 36.0216 | 97.4573 |
Yxy | 36.0216 | 0.2563 | 0.2007 |
Hunter Lab | 60.0180 | 31.7566 | -54.2626 |
CIE-Lab | 66.5364 | 36.7830 | -50.4401 |
#b38efd color RGB value is (179,142,253).
#b38efd hex color red value is 179, green value is 142 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b38efd hue: 0.72 , saturation: 0.97 and the lightness value of b38efd is 0.77.
The process color (four color CMYK) of #b38efd color hex is 0.29, 0.44, 0.00, 0.01. Web safe color of #b38efd is #cc99ff. Color #b38efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10001110 | 11111101 |
Octal | 263 | 216 | 375 |
Decimal | 179 | 142 | 253 |
Hex | B3 | 8E | FD |
Shades of #b38efd
Tints of #b38efd
RGB Percentages of Color #b38efd
CMYK Percentages of Color #b38efd
Complementary Color
#b38efd | #d8fd8e |
#b38efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b38efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b38efd Color CSS Codes
.mybgcolor {background-color:#b38efd; } .myforecolor {color:#b38efd; } .mybordercolor {border:3px solid #b38efd; }
#b38efd Text Font Color
<p style="color:#b38efd">Text here</p>
This sample text font color is #b38efd
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.
#b38efd Background Color
<div style="background-color:#b38efd">
Div content here</div>
This div background color is #b38efd
#b38efd Border Color
<div style="border:3px solid #b38efd">
Div here</div>
This div border color is #b38efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,142,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b38efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b38efd; -webkit-box-shadow: 1px 1px 3px 2px #b38efd; box-shadow: 1px 1px 3px 2px #b38efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,142,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 #b38efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b38efd; -webkit-box-shadow: 1px 1px 3px 2px #b38efd; box-shadow: 1px 1px 3px 2px #b38efd;">
Div content here</div>
This div box has shadow with color #b38efd
Comments
No comments written yet.
Please login to write comment.