Color spaces of #b675fe
RGB | 182 | 117 | 254 |
---|---|---|---|
HSL | 0.75 | 0.99 | 0.73 |
HSV | 268° | 54° | 100° |
CMYK | 0.28 | 0.54 | 0.00 0.00 |
XYZ | 43.5421 | 29.8234 | 97.2275 |
Yxy | 29.8234 | 0.2552 | 0.1748 |
Hunter Lab | 54.6108 | 46.7521 | -67.3306 |
CIE-Lab | 61.5015 | 51.3847 | -58.9693 |
#b675fe color RGB value is (182,117,254).
#b675fe hex color red value is 182, green value is 117 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b675fe hue: 0.75 , saturation: 0.99 and the lightness value of b675fe is 0.73.
The process color (four color CMYK) of #b675fe color hex is 0.28, 0.54, 0.00, 0.00. Web safe color of #b675fe is #cc66ff. Color #b675fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01110101 | 11111110 |
Octal | 266 | 165 | 376 |
Decimal | 182 | 117 | 254 |
Hex | B6 | 75 | FE |
Shades of #b675fe
Tints of #b675fe
RGB Percentages of Color #b675fe
CMYK Percentages of Color #b675fe
Complementary Color
#b675fe | #bdfe75 |
#b675fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b675fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b675fe Color CSS Codes
.mybgcolor {background-color:#b675fe; } .myforecolor {color:#b675fe; } .mybordercolor {border:3px solid #b675fe; }
#b675fe Text Font Color
<p style="color:#b675fe">Text here</p>
This sample text font color is #b675fe
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.
#b675fe Background Color
<div style="background-color:#b675fe">
Div content here</div>
This div background color is #b675fe
#b675fe Border Color
<div style="border:3px solid #b675fe">
Div here</div>
This div border color is #b675fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,117,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b675fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b675fe; -webkit-box-shadow: 1px 1px 3px 2px #b675fe; box-shadow: 1px 1px 3px 2px #b675fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,117,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 #b675fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b675fe; -webkit-box-shadow: 1px 1px 3px 2px #b675fe; box-shadow: 1px 1px 3px 2px #b675fe;">
Div content here</div>
This div box has shadow with color #b675fe
Comments
No comments written yet.
Please login to write comment.