Color spaces of #b24ebd
RGB | 178 | 78 | 189 |
---|---|---|---|
HSL | 0.82 | 0.46 | 0.52 |
HSV | 294° | 59° | 74° |
CMYK | 0.06 | 0.59 | 0.00 0.26 |
XYZ | 30.2698 | 18.5879 | 50.1365 |
Yxy | 18.5879 | 0.3058 | 0.1878 |
Hunter Lab | 43.1137 | 49.8746 | -38.7682 |
CIE-Lab | 50.2015 | 56.0985 | -40.3000 |
#b24ebd color RGB value is (178,78,189).
#b24ebd hex color red value is 178, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b24ebd hue: 0.82 , saturation: 0.46 and the lightness value of b24ebd is 0.52.
The process color (four color CMYK) of #b24ebd color hex is 0.06, 0.59, 0.00, 0.26. Web safe color of #b24ebd is #9966cc. Color #b24ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01001110 | 10111101 |
Octal | 262 | 116 | 275 |
Decimal | 178 | 78 | 189 |
Hex | B2 | 4E | BD |
Shades of #b24ebd
Tints of #b24ebd
RGB Percentages of Color #b24ebd
CMYK Percentages of Color #b24ebd
Complementary Color
#b24ebd | #59bd4e |
#b24ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b24ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b24ebd Color CSS Codes
.mybgcolor {background-color:#b24ebd; } .myforecolor {color:#b24ebd; } .mybordercolor {border:3px solid #b24ebd; }
#b24ebd Text Font Color
<p style="color:#b24ebd">Text here</p>
This sample text font color is #b24ebd
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.
#b24ebd Background Color
<div style="background-color:#b24ebd">
Div content here</div>
This div background color is #b24ebd
#b24ebd Border Color
<div style="border:3px solid #b24ebd">
Div here</div>
This div border color is #b24ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,78,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b24ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b24ebd; -webkit-box-shadow: 1px 1px 3px 2px #b24ebd; box-shadow: 1px 1px 3px 2px #b24ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,78,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b24ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b24ebd; -webkit-box-shadow: 1px 1px 3px 2px #b24ebd; box-shadow: 1px 1px 3px 2px #b24ebd;">
Div content here</div>
This div box has shadow with color #b24ebd
Comments
No comments written yet.
Please login to write comment.