Color spaces of #b858bf
RGB | 184 | 88 | 191 |
---|---|---|---|
HSL | 0.82 | 0.45 | 0.55 |
HSV | 296° | 54° | 75° |
CMYK | 0.04 | 0.54 | 0.00 0.25 |
XYZ | 32.6609 | 20.9314 | 51.6090 |
Yxy | 20.9314 | 0.3105 | 0.1990 |
Hunter Lab | 45.7508 | 47.3647 | -34.8562 |
CIE-Lab | 52.8743 | 53.3417 | -37.1891 |
#b858bf color RGB value is (184,88,191).
#b858bf hex color red value is 184, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b858bf hue: 0.82 , saturation: 0.45 and the lightness value of b858bf is 0.55.
The process color (four color CMYK) of #b858bf color hex is 0.04, 0.54, 0.00, 0.25. Web safe color of #b858bf is #cc66cc. Color #b858bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01011000 | 10111111 |
Octal | 270 | 130 | 277 |
Decimal | 184 | 88 | 191 |
Hex | B8 | 58 | BF |
Shades of #b858bf
Tints of #b858bf
RGB Percentages of Color #b858bf
CMYK Percentages of Color #b858bf
Complementary Color
#b858bf | #5fbf58 |
#b858bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b858bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b858bf Color CSS Codes
.mybgcolor {background-color:#b858bf; } .myforecolor {color:#b858bf; } .mybordercolor {border:3px solid #b858bf; }
#b858bf Text Font Color
<p style="color:#b858bf">Text here</p>
This sample text font color is #b858bf
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.
#b858bf Background Color
<div style="background-color:#b858bf">
Div content here</div>
This div background color is #b858bf
#b858bf Border Color
<div style="border:3px solid #b858bf">
Div here</div>
This div border color is #b858bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,88,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b858bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b858bf; -webkit-box-shadow: 1px 1px 3px 2px #b858bf; box-shadow: 1px 1px 3px 2px #b858bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,88,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 #b858bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b858bf; -webkit-box-shadow: 1px 1px 3px 2px #b858bf; box-shadow: 1px 1px 3px 2px #b858bf;">
Div content here</div>
This div box has shadow with color #b858bf
Comments
No comments written yet.
Please login to write comment.