Color spaces of #b45ceb
RGB | 180 | 92 | 235 |
---|---|---|---|
HSL | 0.77 | 0.78 | 0.64 |
HSV | 277° | 61° | 92° |
CMYK | 0.23 | 0.61 | 0.00 0.08 |
XYZ | 37.6449 | 23.3557 | 81.1213 |
Yxy | 23.3557 | 0.2649 | 0.1643 |
Hunter Lab | 48.3277 | 54.4691 | -65.6928 |
CIE-Lab | 55.4368 | 59.2740 | -58.1430 |
#b45ceb color RGB value is (180,92,235).
#b45ceb hex color red value is 180, green value is 92 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b45ceb hue: 0.77 , saturation: 0.78 and the lightness value of b45ceb is 0.64.
The process color (four color CMYK) of #b45ceb color hex is 0.23, 0.61, 0.00, 0.08. Web safe color of #b45ceb is #cc66ff. Color #b45ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01011100 | 11101011 |
Octal | 264 | 134 | 353 |
Decimal | 180 | 92 | 235 |
Hex | B4 | 5C | EB |
Shades of #b45ceb
Tints of #b45ceb
RGB Percentages of Color #b45ceb
CMYK Percentages of Color #b45ceb
Complementary Color
#b45ceb | #93eb5c |
#b45ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b45ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b45ceb Color CSS Codes
.mybgcolor {background-color:#b45ceb; } .myforecolor {color:#b45ceb; } .mybordercolor {border:3px solid #b45ceb; }
#b45ceb Text Font Color
<p style="color:#b45ceb">Text here</p>
This sample text font color is #b45ceb
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.
#b45ceb Background Color
<div style="background-color:#b45ceb">
Div content here</div>
This div background color is #b45ceb
#b45ceb Border Color
<div style="border:3px solid #b45ceb">
Div here</div>
This div border color is #b45ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,92,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b45ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b45ceb; -webkit-box-shadow: 1px 1px 3px 2px #b45ceb; box-shadow: 1px 1px 3px 2px #b45ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,92,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 #b45ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b45ceb; -webkit-box-shadow: 1px 1px 3px 2px #b45ceb; box-shadow: 1px 1px 3px 2px #b45ceb;">
Div content here</div>
This div box has shadow with color #b45ceb
Comments
No comments written yet.
Please login to write comment.