Color spaces of #b65bea
RGB | 182 | 91 | 234 |
---|---|---|---|
HSL | 0.77 | 0.77 | 0.64 |
HSV | 278° | 61° | 92° |
CMYK | 0.22 | 0.61 | 0.00 0.08 |
XYZ | 37.8838 | 23.3678 | 80.3556 |
Yxy | 23.3678 | 0.2675 | 0.1650 |
Hunter Lab | 48.3403 | 55.2933 | -64.7191 |
CIE-Lab | 55.4492 | 59.9960 | -57.5494 |
#b65bea color RGB value is (182,91,234).
#b65bea hex color red value is 182, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b65bea hue: 0.77 , saturation: 0.77 and the lightness value of b65bea is 0.64.
The process color (four color CMYK) of #b65bea color hex is 0.22, 0.61, 0.00, 0.08. Web safe color of #b65bea is #cc66ff. Color #b65bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01011011 | 11101010 |
Octal | 266 | 133 | 352 |
Decimal | 182 | 91 | 234 |
Hex | B6 | 5B | EA |
Shades of #b65bea
Tints of #b65bea
RGB Percentages of Color #b65bea
CMYK Percentages of Color #b65bea
Complementary Color
#b65bea | #8fea5b |
#b65bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b65bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b65bea Color CSS Codes
.mybgcolor {background-color:#b65bea; } .myforecolor {color:#b65bea; } .mybordercolor {border:3px solid #b65bea; }
#b65bea Text Font Color
<p style="color:#b65bea">Text here</p>
This sample text font color is #b65bea
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.
#b65bea Background Color
<div style="background-color:#b65bea">
Div content here</div>
This div background color is #b65bea
#b65bea Border Color
<div style="border:3px solid #b65bea">
Div here</div>
This div border color is #b65bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,91,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b65bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b65bea; -webkit-box-shadow: 1px 1px 3px 2px #b65bea; box-shadow: 1px 1px 3px 2px #b65bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,91,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b65bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b65bea; -webkit-box-shadow: 1px 1px 3px 2px #b65bea; box-shadow: 1px 1px 3px 2px #b65bea;">
Div content here</div>
This div box has shadow with color #b65bea
Comments
No comments written yet.
Please login to write comment.