Color spaces of #b677fe
RGB | 182 | 119 | 254 |
---|---|---|---|
HSL | 0.74 | 0.99 | 0.73 |
HSV | 268° | 53° | 100° |
CMYK | 0.28 | 0.53 | 0.00 0.00 |
XYZ | 43.7776 | 30.2945 | 97.3060 |
Yxy | 30.2945 | 0.2554 | 0.1768 |
Hunter Lab | 55.0404 | 45.6531 | -66.2905 |
CIE-Lab | 61.9075 | 50.3286 | -58.3212 |
#b677fe color RGB value is (182,119,254).
#b677fe hex color red value is 182, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b677fe hue: 0.74 , saturation: 0.99 and the lightness value of b677fe is 0.73.
The process color (four color CMYK) of #b677fe color hex is 0.28, 0.53, 0.00, 0.00. Web safe color of #b677fe is #cc66ff. Color #b677fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01110111 | 11111110 |
Octal | 266 | 167 | 376 |
Decimal | 182 | 119 | 254 |
Hex | B6 | 77 | FE |
Shades of #b677fe
Tints of #b677fe
RGB Percentages of Color #b677fe
CMYK Percentages of Color #b677fe
Complementary Color
#b677fe | #bffe77 |
#b677fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b677fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b677fe Color CSS Codes
.mybgcolor {background-color:#b677fe; } .myforecolor {color:#b677fe; } .mybordercolor {border:3px solid #b677fe; }
#b677fe Text Font Color
<p style="color:#b677fe">Text here</p>
This sample text font color is #b677fe
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.
#b677fe Background Color
<div style="background-color:#b677fe">
Div content here</div>
This div background color is #b677fe
#b677fe Border Color
<div style="border:3px solid #b677fe">
Div here</div>
This div border color is #b677fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,119,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b677fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b677fe; -webkit-box-shadow: 1px 1px 3px 2px #b677fe; box-shadow: 1px 1px 3px 2px #b677fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,119,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 #b677fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b677fe; -webkit-box-shadow: 1px 1px 3px 2px #b677fe; box-shadow: 1px 1px 3px 2px #b677fe;">
Div content here</div>
This div box has shadow with color #b677fe
Comments
No comments written yet.
Please login to write comment.