Color spaces of #b861cb
RGB | 184 | 97 | 203 |
---|---|---|---|
HSL | 0.80 | 0.50 | 0.59 |
HSV | 289° | 52° | 80° |
CMYK | 0.09 | 0.52 | 0.00 0.20 |
XYZ | 34.8214 | 23.0515 | 59.1140 |
Yxy | 23.0515 | 0.2977 | 0.1970 |
Hunter Lab | 48.0120 | 45.4388 | -39.3915 |
CIE-Lab | 55.1253 | 51.1969 | -40.5275 |
#b861cb color RGB value is (184,97,203).
#b861cb hex color red value is 184, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b861cb hue: 0.80 , saturation: 0.50 and the lightness value of b861cb is 0.59.
The process color (four color CMYK) of #b861cb color hex is 0.09, 0.52, 0.00, 0.20. Web safe color of #b861cb is #cc66cc. Color #b861cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01100001 | 11001011 |
Octal | 270 | 141 | 313 |
Decimal | 184 | 97 | 203 |
Hex | B8 | 61 | CB |
Shades of #b861cb
Tints of #b861cb
RGB Percentages of Color #b861cb
CMYK Percentages of Color #b861cb
Complementary Color
#b861cb | #74cb61 |
#b861cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b861cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b861cb Color CSS Codes
.mybgcolor {background-color:#b861cb; } .myforecolor {color:#b861cb; } .mybordercolor {border:3px solid #b861cb; }
#b861cb Text Font Color
<p style="color:#b861cb">Text here</p>
This sample text font color is #b861cb
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.
#b861cb Background Color
<div style="background-color:#b861cb">
Div content here</div>
This div background color is #b861cb
#b861cb Border Color
<div style="border:3px solid #b861cb">
Div here</div>
This div border color is #b861cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,97,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b861cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b861cb; -webkit-box-shadow: 1px 1px 3px 2px #b861cb; box-shadow: 1px 1px 3px 2px #b861cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,97,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b861cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b861cb; -webkit-box-shadow: 1px 1px 3px 2px #b861cb; box-shadow: 1px 1px 3px 2px #b861cb;">
Div content here</div>
This div box has shadow with color #b861cb
Comments
No comments written yet.
Please login to write comment.