Color spaces of #b724bd
RGB | 183 | 36 | 189 |
---|---|---|---|
HSL | 0.83 | 0.68 | 0.44 |
HSV | 298° | 81° | 74° |
CMYK | 0.03 | 0.81 | 0.00 0.26 |
XYZ | 29.3446 | 15.0032 | 49.4934 |
Yxy | 15.0032 | 0.3127 | 0.1599 |
Hunter Lab | 38.7340 | 67.4460 | -48.6457 |
CIE-Lab | 45.6386 | 72.2515 | -47.5039 |
#b724bd color RGB value is (183,36,189).
#b724bd hex color red value is 183, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b724bd hue: 0.83 , saturation: 0.68 and the lightness value of b724bd is 0.44.
The process color (four color CMYK) of #b724bd color hex is 0.03, 0.81, 0.00, 0.26. Web safe color of #b724bd is #cc33cc. Color #b724bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00100100 | 10111101 |
Octal | 267 | 44 | 275 |
Decimal | 183 | 36 | 189 |
Hex | B7 | 24 | BD |
Shades of #b724bd
Tints of #b724bd
RGB Percentages of Color #b724bd
CMYK Percentages of Color #b724bd
Complementary Color
#b724bd | #2abd24 |
#b724bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b724bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b724bd Color CSS Codes
.mybgcolor {background-color:#b724bd; } .myforecolor {color:#b724bd; } .mybordercolor {border:3px solid #b724bd; }
#b724bd Text Font Color
<p style="color:#b724bd">Text here</p>
This sample text font color is #b724bd
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.
#b724bd Background Color
<div style="background-color:#b724bd">
Div content here</div>
This div background color is #b724bd
#b724bd Border Color
<div style="border:3px solid #b724bd">
Div here</div>
This div border color is #b724bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,36,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b724bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b724bd; -webkit-box-shadow: 1px 1px 3px 2px #b724bd; box-shadow: 1px 1px 3px 2px #b724bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,36,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 #b724bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b724bd; -webkit-box-shadow: 1px 1px 3px 2px #b724bd; box-shadow: 1px 1px 3px 2px #b724bd;">
Div content here</div>
This div box has shadow with color #b724bd
Comments
No comments written yet.
Please login to write comment.