Color spaces of #b82abf
RGB | 184 | 42 | 191 |
---|---|---|---|
HSL | 0.83 | 0.64 | 0.46 |
HSV | 297° | 78° | 75° |
CMYK | 0.04 | 0.78 | 0.00 0.25 |
XYZ | 29.9991 | 15.6079 | 50.7217 |
Yxy | 15.6079 | 0.3114 | 0.1620 |
Hunter Lab | 39.5068 | 66.4051 | -48.4660 |
CIE-Lab | 46.4558 | 71.2230 | -47.3567 |
#b82abf color RGB value is (184,42,191).
#b82abf hex color red value is 184, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b82abf hue: 0.83 , saturation: 0.64 and the lightness value of b82abf is 0.46.
The process color (four color CMYK) of #b82abf color hex is 0.04, 0.78, 0.00, 0.25. Web safe color of #b82abf is #cc33cc. Color #b82abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00101010 | 10111111 |
Octal | 270 | 52 | 277 |
Decimal | 184 | 42 | 191 |
Hex | B8 | 2A | BF |
Shades of #b82abf
Tints of #b82abf
RGB Percentages of Color #b82abf
CMYK Percentages of Color #b82abf
Complementary Color
#b82abf | #31bf2a |
#b82abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b82abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b82abf Color CSS Codes
.mybgcolor {background-color:#b82abf; } .myforecolor {color:#b82abf; } .mybordercolor {border:3px solid #b82abf; }
#b82abf Text Font Color
<p style="color:#b82abf">Text here</p>
This sample text font color is #b82abf
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.
#b82abf Background Color
<div style="background-color:#b82abf">
Div content here</div>
This div background color is #b82abf
#b82abf Border Color
<div style="border:3px solid #b82abf">
Div here</div>
This div border color is #b82abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,42,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b82abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b82abf; -webkit-box-shadow: 1px 1px 3px 2px #b82abf; box-shadow: 1px 1px 3px 2px #b82abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,42,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 #b82abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b82abf; -webkit-box-shadow: 1px 1px 3px 2px #b82abf; box-shadow: 1px 1px 3px 2px #b82abf;">
Div content here</div>
This div box has shadow with color #b82abf
Comments
No comments written yet.
Please login to write comment.