Color spaces of #b87cea
RGB | 184 | 124 | 234 |
---|---|---|---|
HSL | 0.76 | 0.72 | 0.70 |
HSV | 273° | 47° | 92° |
CMYK | 0.21 | 0.47 | 0.00 0.08 |
XYZ | 41.8261 | 30.5462 | 81.5334 |
Yxy | 30.5462 | 0.2718 | 0.1985 |
Hunter Lab | 55.2686 | 38.3649 | -48.7778 |
CIE-Lab | 62.1227 | 43.5760 | -46.9222 |
#b87cea color RGB value is (184,124,234).
#b87cea hex color red value is 184, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b87cea hue: 0.76 , saturation: 0.72 and the lightness value of b87cea is 0.70.
The process color (four color CMYK) of #b87cea color hex is 0.21, 0.47, 0.00, 0.08. Web safe color of #b87cea is #cc66ff. Color #b87cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01111100 | 11101010 |
Octal | 270 | 174 | 352 |
Decimal | 184 | 124 | 234 |
Hex | B8 | 7C | EA |
Shades of #b87cea
Tints of #b87cea
RGB Percentages of Color #b87cea
CMYK Percentages of Color #b87cea
Complementary Color
#b87cea | #aeea7c |
#b87cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b87cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b87cea Color CSS Codes
.mybgcolor {background-color:#b87cea; } .myforecolor {color:#b87cea; } .mybordercolor {border:3px solid #b87cea; }
#b87cea Text Font Color
<p style="color:#b87cea">Text here</p>
This sample text font color is #b87cea
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.
#b87cea Background Color
<div style="background-color:#b87cea">
Div content here</div>
This div background color is #b87cea
#b87cea Border Color
<div style="border:3px solid #b87cea">
Div here</div>
This div border color is #b87cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,124,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b87cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b87cea; -webkit-box-shadow: 1px 1px 3px 2px #b87cea; box-shadow: 1px 1px 3px 2px #b87cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,124,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 #b87cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b87cea; -webkit-box-shadow: 1px 1px 3px 2px #b87cea; box-shadow: 1px 1px 3px 2px #b87cea;">
Div content here</div>
This div box has shadow with color #b87cea
Comments
No comments written yet.
Please login to write comment.