Color spaces of #b825bf
RGB | 184 | 37 | 191 |
---|---|---|---|
HSL | 0.83 | 0.68 | 0.45 |
HSV | 297° | 81° | 75° |
CMYK | 0.04 | 0.81 | 0.00 0.25 |
XYZ | 29.8327 | 15.2751 | 50.6662 |
Yxy | 15.2751 | 0.3115 | 0.1595 |
Hunter Lab | 39.0834 | 67.8548 | -49.5029 |
CIE-Lab | 46.0087 | 72.5195 | -48.0710 |
#b825bf color RGB value is (184,37,191).
#b825bf hex color red value is 184, green value is 37 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b825bf hue: 0.83 , saturation: 0.68 and the lightness value of b825bf is 0.45.
The process color (four color CMYK) of #b825bf color hex is 0.04, 0.81, 0.00, 0.25. Web safe color of #b825bf is #cc33cc. Color #b825bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00100101 | 10111111 |
Octal | 270 | 45 | 277 |
Decimal | 184 | 37 | 191 |
Hex | B8 | 25 | BF |
Shades of #b825bf
Tints of #b825bf
RGB Percentages of Color #b825bf
CMYK Percentages of Color #b825bf
Complementary Color
#b825bf | #2cbf25 |
#b825bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b825bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b825bf Color CSS Codes
.mybgcolor {background-color:#b825bf; } .myforecolor {color:#b825bf; } .mybordercolor {border:3px solid #b825bf; }
#b825bf Text Font Color
<p style="color:#b825bf">Text here</p>
This sample text font color is #b825bf
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.
#b825bf Background Color
<div style="background-color:#b825bf">
Div content here</div>
This div background color is #b825bf
#b825bf Border Color
<div style="border:3px solid #b825bf">
Div here</div>
This div border color is #b825bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,37,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b825bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b825bf; -webkit-box-shadow: 1px 1px 3px 2px #b825bf; box-shadow: 1px 1px 3px 2px #b825bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,37,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b825bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b825bf; -webkit-box-shadow: 1px 1px 3px 2px #b825bf; box-shadow: 1px 1px 3px 2px #b825bf;">
Div content here</div>
This div box has shadow with color #b825bf
Comments
No comments written yet.
Please login to write comment.