Color spaces of #b185cc
RGB | 177 | 133 | 204 |
---|---|---|---|
HSL | 0.77 | 0.41 | 0.66 |
HSV | 277° | 35° | 80° |
CMYK | 0.13 | 0.35 | 0.00 0.20 |
XYZ | 37.4181 | 30.4818 | 61.0382 |
Yxy | 30.4818 | 0.2902 | 0.2364 |
Hunter Lab | 55.2103 | 24.3580 | -26.9013 |
CIE-Lab | 62.0677 | 29.9538 | -30.3093 |
#b185cc color RGB value is (177,133,204).
#b185cc hex color red value is 177, green value is 133 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b185cc hue: 0.77 , saturation: 0.41 and the lightness value of b185cc is 0.66.
The process color (four color CMYK) of #b185cc color hex is 0.13, 0.35, 0.00, 0.20. Web safe color of #b185cc is #9999cc. Color #b185cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000101 | 11001100 |
Octal | 261 | 205 | 314 |
Decimal | 177 | 133 | 204 |
Hex | B1 | 85 | CC |
Shades of #b185cc
Tints of #b185cc
RGB Percentages of Color #b185cc
CMYK Percentages of Color #b185cc
Complementary Color
#b185cc | #a0cc85 |
#b185cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b185cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b185cc Color CSS Codes
.mybgcolor {background-color:#b185cc; } .myforecolor {color:#b185cc; } .mybordercolor {border:3px solid #b185cc; }
#b185cc Text Font Color
<p style="color:#b185cc">Text here</p>
This sample text font color is #b185cc
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.
#b185cc Background Color
<div style="background-color:#b185cc">
Div content here</div>
This div background color is #b185cc
#b185cc Border Color
<div style="border:3px solid #b185cc">
Div here</div>
This div border color is #b185cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,133,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b185cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b185cc; -webkit-box-shadow: 1px 1px 3px 2px #b185cc; box-shadow: 1px 1px 3px 2px #b185cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,133,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b185cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b185cc; -webkit-box-shadow: 1px 1px 3px 2px #b185cc; box-shadow: 1px 1px 3px 2px #b185cc;">
Div content here</div>
This div box has shadow with color #b185cc
Comments
No comments written yet.
Please login to write comment.