Color spaces of #b81ceb
RGB | 184 | 28 | 235 |
---|---|---|---|
HSL | 0.79 | 0.84 | 0.52 |
HSV | 285° | 88° | 92° |
CMYK | 0.22 | 0.88 | 0.00 0.08 |
XYZ | 35.1778 | 17.0190 | 80.0282 |
Yxy | 17.0190 | 0.2660 | 0.1287 |
Hunter Lab | 41.2541 | 80.0142 | -86.1379 |
CIE-Lab | 48.2840 | 81.9021 | -69.6574 |
#b81ceb color RGB value is (184,28,235).
#b81ceb hex color red value is 184, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b81ceb hue: 0.79 , saturation: 0.84 and the lightness value of b81ceb is 0.52.
The process color (four color CMYK) of #b81ceb color hex is 0.22, 0.88, 0.00, 0.08. Web safe color of #b81ceb is #cc33ff. Color #b81ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00011100 | 11101011 |
Octal | 270 | 34 | 353 |
Decimal | 184 | 28 | 235 |
Hex | B8 | 1C | EB |
Shades of #b81ceb
Tints of #b81ceb
RGB Percentages of Color #b81ceb
CMYK Percentages of Color #b81ceb
Complementary Color
#b81ceb | #4feb1c |
#b81ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b81ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b81ceb Color CSS Codes
.mybgcolor {background-color:#b81ceb; } .myforecolor {color:#b81ceb; } .mybordercolor {border:3px solid #b81ceb; }
#b81ceb Text Font Color
<p style="color:#b81ceb">Text here</p>
This sample text font color is #b81ceb
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.
#b81ceb Background Color
<div style="background-color:#b81ceb">
Div content here</div>
This div background color is #b81ceb
#b81ceb Border Color
<div style="border:3px solid #b81ceb">
Div here</div>
This div border color is #b81ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,28,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b81ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b81ceb; -webkit-box-shadow: 1px 1px 3px 2px #b81ceb; box-shadow: 1px 1px 3px 2px #b81ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,28,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 #b81ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b81ceb; -webkit-box-shadow: 1px 1px 3px 2px #b81ceb; box-shadow: 1px 1px 3px 2px #b81ceb;">
Div content here</div>
This div box has shadow with color #b81ceb
Comments
No comments written yet.
Please login to write comment.