Color spaces of #b190cd
RGB | 177 | 144 | 205 |
---|---|---|---|
HSL | 0.76 | 0.38 | 0.68 |
HSV | 272° | 30° | 80° |
CMYK | 0.14 | 0.30 | 0.00 0.20 |
XYZ | 39.1242 | 33.7014 | 62.2006 |
Yxy | 33.7014 | 0.2898 | 0.2496 |
Hunter Lab | 58.0529 | 18.7058 | -22.8890 |
CIE-Lab | 64.7249 | 23.9876 | -26.7683 |
#b190cd color RGB value is (177,144,205).
#b190cd hex color red value is 177, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b190cd hue: 0.76 , saturation: 0.38 and the lightness value of b190cd is 0.68.
The process color (four color CMYK) of #b190cd color hex is 0.14, 0.30, 0.00, 0.20. Web safe color of #b190cd is #9999cc. Color #b190cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10010000 | 11001101 |
Octal | 261 | 220 | 315 |
Decimal | 177 | 144 | 205 |
Hex | B1 | 90 | CD |
Shades of #b190cd
Tints of #b190cd
RGB Percentages of Color #b190cd
CMYK Percentages of Color #b190cd
Complementary Color
#b190cd | #accd90 |
#b190cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b190cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b190cd Color CSS Codes
.mybgcolor {background-color:#b190cd; } .myforecolor {color:#b190cd; } .mybordercolor {border:3px solid #b190cd; }
#b190cd Text Font Color
<p style="color:#b190cd">Text here</p>
This sample text font color is #b190cd
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.
#b190cd Background Color
<div style="background-color:#b190cd">
Div content here</div>
This div background color is #b190cd
#b190cd Border Color
<div style="border:3px solid #b190cd">
Div here</div>
This div border color is #b190cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,144,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b190cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b190cd; -webkit-box-shadow: 1px 1px 3px 2px #b190cd; box-shadow: 1px 1px 3px 2px #b190cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,144,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b190cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b190cd; -webkit-box-shadow: 1px 1px 3px 2px #b190cd; box-shadow: 1px 1px 3px 2px #b190cd;">
Div content here</div>
This div box has shadow with color #b190cd
Comments
No comments written yet.
Please login to write comment.