Color spaces of #b48eed
RGB | 180 | 142 | 237 |
---|---|---|---|
HSL | 0.73 | 0.73 | 0.74 |
HSV | 264° | 40° | 93° |
CMYK | 0.24 | 0.40 | 0.00 0.07 |
XYZ | 43.7815 | 35.1637 | 84.6005 |
Yxy | 35.1637 | 0.2677 | 0.2150 |
Hunter Lab | 59.2990 | 28.0165 | -43.0784 |
CIE-Lab | 65.8759 | 33.2348 | -42.7004 |
#b48eed color RGB value is (180,142,237).
#b48eed hex color red value is 180, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b48eed hue: 0.73 , saturation: 0.73 and the lightness value of b48eed is 0.74.
The process color (four color CMYK) of #b48eed color hex is 0.24, 0.40, 0.00, 0.07. Web safe color of #b48eed is #cc99ff. Color #b48eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10001110 | 11101101 |
Octal | 264 | 216 | 355 |
Decimal | 180 | 142 | 237 |
Hex | B4 | 8E | ED |
Shades of #b48eed
Tints of #b48eed
RGB Percentages of Color #b48eed
CMYK Percentages of Color #b48eed
Complementary Color
#b48eed | #c7ed8e |
#b48eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b48eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b48eed Color CSS Codes
.mybgcolor {background-color:#b48eed; } .myforecolor {color:#b48eed; } .mybordercolor {border:3px solid #b48eed; }
#b48eed Text Font Color
<p style="color:#b48eed">Text here</p>
This sample text font color is #b48eed
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.
#b48eed Background Color
<div style="background-color:#b48eed">
Div content here</div>
This div background color is #b48eed
#b48eed Border Color
<div style="border:3px solid #b48eed">
Div here</div>
This div border color is #b48eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,142,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b48eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b48eed; -webkit-box-shadow: 1px 1px 3px 2px #b48eed; box-shadow: 1px 1px 3px 2px #b48eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,142,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b48eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b48eed; -webkit-box-shadow: 1px 1px 3px 2px #b48eed; box-shadow: 1px 1px 3px 2px #b48eed;">
Div content here</div>
This div box has shadow with color #b48eed
Comments
No comments written yet.
Please login to write comment.