Color spaces of #b498fe
RGB | 180 | 152 | 254 |
---|---|---|---|
HSL | 0.71 | 0.98 | 0.80 |
HSV | 256° | 40° | 100° |
CMYK | 0.29 | 0.40 | 0.00 0.00 |
XYZ | 47.9400 | 39.3155 | 98.8279 |
Yxy | 39.3155 | 0.2576 | 0.2113 |
Hunter Lab | 62.7021 | 26.7468 | -49.5585 |
CIE-Lab | 68.9792 | 31.7166 | -47.1278 |
#b498fe color RGB value is (180,152,254).
#b498fe hex color red value is 180, green value is 152 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b498fe hue: 0.71 , saturation: 0.98 and the lightness value of b498fe is 0.80.
The process color (four color CMYK) of #b498fe color hex is 0.29, 0.40, 0.00, 0.00. Web safe color of #b498fe is #cc99ff. Color #b498fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10011000 | 11111110 |
Octal | 264 | 230 | 376 |
Decimal | 180 | 152 | 254 |
Hex | B4 | 98 | FE |
Shades of #b498fe
Tints of #b498fe
RGB Percentages of Color #b498fe
CMYK Percentages of Color #b498fe
Complementary Color
#b498fe | #e2fe98 |
#b498fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b498fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b498fe Color CSS Codes
.mybgcolor {background-color:#b498fe; } .myforecolor {color:#b498fe; } .mybordercolor {border:3px solid #b498fe; }
#b498fe Text Font Color
<p style="color:#b498fe">Text here</p>
This sample text font color is #b498fe
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.
#b498fe Background Color
<div style="background-color:#b498fe">
Div content here</div>
This div background color is #b498fe
#b498fe Border Color
<div style="border:3px solid #b498fe">
Div here</div>
This div border color is #b498fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,152,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b498fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b498fe; -webkit-box-shadow: 1px 1px 3px 2px #b498fe; box-shadow: 1px 1px 3px 2px #b498fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,152,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b498fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b498fe; -webkit-box-shadow: 1px 1px 3px 2px #b498fe; box-shadow: 1px 1px 3px 2px #b498fe;">
Div content here</div>
This div box has shadow with color #b498fe
Comments
No comments written yet.
Please login to write comment.