Color spaces of #b85aed
RGB | 184 | 90 | 237 |
---|---|---|---|
HSL | 0.77 | 0.80 | 0.64 |
HSV | 278° | 62° | 93° |
CMYK | 0.22 | 0.62 | 0.00 0.07 |
XYZ | 38.7094 | 23.6171 | 82.6391 |
Yxy | 23.6171 | 0.2670 | 0.1629 |
Hunter Lab | 48.5974 | 57.1354 | -66.8034 |
CIE-Lab | 55.7024 | 61.5585 | -58.8090 |
#b85aed color RGB value is (184,90,237).
#b85aed hex color red value is 184, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b85aed hue: 0.77 , saturation: 0.80 and the lightness value of b85aed is 0.64.
The process color (four color CMYK) of #b85aed color hex is 0.22, 0.62, 0.00, 0.07. Web safe color of #b85aed is #cc66ff. Color #b85aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01011010 | 11101101 |
Octal | 270 | 132 | 355 |
Decimal | 184 | 90 | 237 |
Hex | B8 | 5A | ED |
Shades of #b85aed
Tints of #b85aed
RGB Percentages of Color #b85aed
CMYK Percentages of Color #b85aed
Complementary Color
#b85aed | #8fed5a |
#b85aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b85aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b85aed Color CSS Codes
.mybgcolor {background-color:#b85aed; } .myforecolor {color:#b85aed; } .mybordercolor {border:3px solid #b85aed; }
#b85aed Text Font Color
<p style="color:#b85aed">Text here</p>
This sample text font color is #b85aed
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.
#b85aed Background Color
<div style="background-color:#b85aed">
Div content here</div>
This div background color is #b85aed
#b85aed Border Color
<div style="border:3px solid #b85aed">
Div here</div>
This div border color is #b85aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,90,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b85aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b85aed; -webkit-box-shadow: 1px 1px 3px 2px #b85aed; box-shadow: 1px 1px 3px 2px #b85aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,90,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b85aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b85aed; -webkit-box-shadow: 1px 1px 3px 2px #b85aed; box-shadow: 1px 1px 3px 2px #b85aed;">
Div content here</div>
This div box has shadow with color #b85aed
Comments
No comments written yet.
Please login to write comment.