Color spaces of #b48ece
RGB | 180 | 142 | 206 |
---|---|---|---|
HSL | 0.77 | 0.40 | 0.68 |
HSV | 276° | 31° | 81° |
CMYK | 0.13 | 0.31 | 0.00 0.19 |
XYZ | 39.6360 | 33.5055 | 62.7707 |
Yxy | 33.5055 | 0.2916 | 0.2465 |
Hunter Lab | 57.8839 | 20.9309 | -23.7767 |
CIE-Lab | 64.5681 | 26.2779 | -27.5439 |
#b48ece color RGB value is (180,142,206).
#b48ece hex color red value is 180, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b48ece hue: 0.77 , saturation: 0.40 and the lightness value of b48ece is 0.68.
The process color (four color CMYK) of #b48ece color hex is 0.13, 0.31, 0.00, 0.19. Web safe color of #b48ece is #cc99cc. Color #b48ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10001110 | 11001110 |
Octal | 264 | 216 | 316 |
Decimal | 180 | 142 | 206 |
Hex | B4 | 8E | CE |
Shades of #b48ece
Tints of #b48ece
RGB Percentages of Color #b48ece
CMYK Percentages of Color #b48ece
Complementary Color
#b48ece | #a8ce8e |
#b48ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b48ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#b48ece Color CSS Codes
.mybgcolor {background-color:#b48ece; } .myforecolor {color:#b48ece; } .mybordercolor {border:3px solid #b48ece; }
#b48ece Text Font Color
<p style="color:#b48ece">Text here</p>
This sample text font color is #b48ece
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.
#b48ece Background Color
<div style="background-color:#b48ece">
Div content here</div>
This div background color is #b48ece
#b48ece Border Color
<div style="border:3px solid #b48ece">
Div here</div>
This div border color is #b48ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,142,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b48ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b48ece; -webkit-box-shadow: 1px 1px 3px 2px #b48ece; box-shadow: 1px 1px 3px 2px #b48ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,142,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b48ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b48ece; -webkit-box-shadow: 1px 1px 3px 2px #b48ece; box-shadow: 1px 1px 3px 2px #b48ece;">
Div content here</div>
This div box has shadow with color #b48ece
Comments
No comments written yet.
Please login to write comment.