Color spaces of #b64eeb
RGB | 182 | 78 | 235 |
---|---|---|---|
HSL | 0.78 | 0.80 | 0.61 |
HSV | 280° | 67° | 92° |
CMYK | 0.23 | 0.67 | 0.00 0.08 |
XYZ | 37.0112 | 21.3920 | 80.7756 |
Yxy | 21.3920 | 0.2659 | 0.1537 |
Hunter Lab | 46.2515 | 61.8985 | -71.1706 |
CIE-Lab | 53.3759 | 66.0855 | -61.4384 |
#b64eeb color RGB value is (182,78,235).
#b64eeb hex color red value is 182, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b64eeb hue: 0.78 , saturation: 0.80 and the lightness value of b64eeb is 0.61.
The process color (four color CMYK) of #b64eeb color hex is 0.23, 0.67, 0.00, 0.08. Web safe color of #b64eeb is #cc66ff. Color #b64eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01001110 | 11101011 |
Octal | 266 | 116 | 353 |
Decimal | 182 | 78 | 235 |
Hex | B6 | 4E | EB |
Shades of #b64eeb
Tints of #b64eeb
RGB Percentages of Color #b64eeb
CMYK Percentages of Color #b64eeb
Complementary Color
#b64eeb | #83eb4e |
#b64eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b64eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b64eeb Color CSS Codes
.mybgcolor {background-color:#b64eeb; } .myforecolor {color:#b64eeb; } .mybordercolor {border:3px solid #b64eeb; }
#b64eeb Text Font Color
<p style="color:#b64eeb">Text here</p>
This sample text font color is #b64eeb
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.
#b64eeb Background Color
<div style="background-color:#b64eeb">
Div content here</div>
This div background color is #b64eeb
#b64eeb Border Color
<div style="border:3px solid #b64eeb">
Div here</div>
This div border color is #b64eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,78,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b64eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b64eeb; -webkit-box-shadow: 1px 1px 3px 2px #b64eeb; box-shadow: 1px 1px 3px 2px #b64eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,78,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b64eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b64eeb; -webkit-box-shadow: 1px 1px 3px 2px #b64eeb; box-shadow: 1px 1px 3px 2px #b64eeb;">
Div content here</div>
This div box has shadow with color #b64eeb
Comments
No comments written yet.
Please login to write comment.