Color spaces of #b493ce
RGB | 180 | 147 | 206 |
---|---|---|---|
HSL | 0.76 | 0.38 | 0.69 |
HSV | 274° | 29° | 81° |
CMYK | 0.13 | 0.29 | 0.00 0.19 |
XYZ | 40.3967 | 35.0270 | 63.0243 |
Yxy | 35.0270 | 0.2918 | 0.2530 |
Hunter Lab | 59.1836 | 18.2666 | -21.7091 |
CIE-Lab | 65.7697 | 23.4735 | -25.6962 |
#b493ce color RGB value is (180,147,206).
#b493ce hex color red value is 180, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b493ce hue: 0.76 , saturation: 0.38 and the lightness value of b493ce is 0.69.
The process color (four color CMYK) of #b493ce color hex is 0.13, 0.29, 0.00, 0.19. Web safe color of #b493ce is #cc99cc. Color #b493ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10010011 | 11001110 |
Octal | 264 | 223 | 316 |
Decimal | 180 | 147 | 206 |
Hex | B4 | 93 | CE |
Shades of #b493ce
Tints of #b493ce
RGB Percentages of Color #b493ce
CMYK Percentages of Color #b493ce
Complementary Color
#b493ce | #adce93 |
#b493ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b493ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b493ce Color CSS Codes
.mybgcolor {background-color:#b493ce; } .myforecolor {color:#b493ce; } .mybordercolor {border:3px solid #b493ce; }
#b493ce Text Font Color
<p style="color:#b493ce">Text here</p>
This sample text font color is #b493ce
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.
#b493ce Background Color
<div style="background-color:#b493ce">
Div content here</div>
This div background color is #b493ce
#b493ce Border Color
<div style="border:3px solid #b493ce">
Div here</div>
This div border color is #b493ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,147,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b493ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b493ce; -webkit-box-shadow: 1px 1px 3px 2px #b493ce; box-shadow: 1px 1px 3px 2px #b493ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,147,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 #b493ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b493ce; -webkit-box-shadow: 1px 1px 3px 2px #b493ce; box-shadow: 1px 1px 3px 2px #b493ce;">
Div content here</div>
This div box has shadow with color #b493ce
Comments
No comments written yet.
Please login to write comment.