Color spaces of #b494ff
RGB | 180 | 148 | 255 |
---|---|---|---|
HSL | 0.72 | 1.00 | 0.79 |
HSV | 258° | 42° | 100° |
CMYK | 0.29 | 0.42 | 0.00 0.00 |
XYZ | 47.4623 | 38.1031 | 99.4608 |
Yxy | 38.1031 | 0.2565 | 0.2059 |
Hunter Lab | 61.7277 | 29.2248 | -52.3236 |
CIE-Lab | 68.0965 | 34.1948 | -49.0621 |
#b494ff color RGB value is (180,148,255).
#b494ff hex color red value is 180, green value is 148 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b494ff hue: 0.72 , saturation: 1.00 and the lightness value of b494ff is 0.79.
The process color (four color CMYK) of #b494ff color hex is 0.29, 0.42, 0.00, 0.00. Web safe color of #b494ff is #cc99ff. Color #b494ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10010100 | 11111111 |
Octal | 264 | 224 | 377 |
Decimal | 180 | 148 | 255 |
Hex | B4 | 94 | FF |
Shades of #b494ff
Tints of #b494ff
RGB Percentages of Color #b494ff
CMYK Percentages of Color #b494ff
Complementary Color
#b494ff | #dfff94 |
#b494ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b494ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b494ff Color CSS Codes
.mybgcolor {background-color:#b494ff; } .myforecolor {color:#b494ff; } .mybordercolor {border:3px solid #b494ff; }
#b494ff Text Font Color
<p style="color:#b494ff">Text here</p>
This sample text font color is #b494ff
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.
#b494ff Background Color
<div style="background-color:#b494ff">
Div content here</div>
This div background color is #b494ff
#b494ff Border Color
<div style="border:3px solid #b494ff">
Div here</div>
This div border color is #b494ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,148,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b494ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b494ff; -webkit-box-shadow: 1px 1px 3px 2px #b494ff; box-shadow: 1px 1px 3px 2px #b494ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,148,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b494ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b494ff; -webkit-box-shadow: 1px 1px 3px 2px #b494ff; box-shadow: 1px 1px 3px 2px #b494ff;">
Div content here</div>
This div box has shadow with color #b494ff
Comments
No comments written yet.
Please login to write comment.