Color spaces of #b87aec
RGB | 184 | 122 | 236 |
---|---|---|---|
HSL | 0.76 | 0.75 | 0.70 |
HSV | 273° | 48° | 93° |
CMYK | 0.22 | 0.48 | 0.00 0.07 |
XYZ | 41.8670 | 30.1655 | 82.9728 |
Yxy | 30.1655 | 0.2701 | 0.1946 |
Hunter Lab | 54.9231 | 39.9521 | -51.1237 |
CIE-Lab | 61.7968 | 45.1047 | -48.5466 |
#b87aec color RGB value is (184,122,236).
#b87aec hex color red value is 184, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b87aec hue: 0.76 , saturation: 0.75 and the lightness value of b87aec is 0.70.
The process color (four color CMYK) of #b87aec color hex is 0.22, 0.48, 0.00, 0.07. Web safe color of #b87aec is #cc66ff. Color #b87aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01111010 | 11101100 |
Octal | 270 | 172 | 354 |
Decimal | 184 | 122 | 236 |
Hex | B8 | 7A | EC |
Shades of #b87aec
Tints of #b87aec
RGB Percentages of Color #b87aec
CMYK Percentages of Color #b87aec
Complementary Color
#b87aec | #aeec7a |
#b87aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b87aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b87aec Color CSS Codes
.mybgcolor {background-color:#b87aec; } .myforecolor {color:#b87aec; } .mybordercolor {border:3px solid #b87aec; }
#b87aec Text Font Color
<p style="color:#b87aec">Text here</p>
This sample text font color is #b87aec
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.
#b87aec Background Color
<div style="background-color:#b87aec">
Div content here</div>
This div background color is #b87aec
#b87aec Border Color
<div style="border:3px solid #b87aec">
Div here</div>
This div border color is #b87aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,122,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b87aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b87aec; -webkit-box-shadow: 1px 1px 3px 2px #b87aec; box-shadow: 1px 1px 3px 2px #b87aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,122,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b87aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b87aec; -webkit-box-shadow: 1px 1px 3px 2px #b87aec; box-shadow: 1px 1px 3px 2px #b87aec;">
Div content here</div>
This div box has shadow with color #b87aec
Comments
No comments written yet.
Please login to write comment.