Color spaces of #b599cd
RGB | 181 | 153 | 205 |
---|---|---|---|
HSL | 0.76 | 0.34 | 0.70 |
HSV | 272° | 25° | 80° |
CMYK | 0.12 | 0.25 | 0.00 0.20 |
XYZ | 41.4667 | 37.0140 | 62.7165 |
Yxy | 37.0140 | 0.2937 | 0.2621 |
Hunter Lab | 60.8391 | 15.1934 | -18.5322 |
CIE-Lab | 67.2875 | 20.2213 | -22.8074 |
#b599cd color RGB value is (181,153,205).
#b599cd hex color red value is 181, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b599cd hue: 0.76 , saturation: 0.34 and the lightness value of b599cd is 0.70.
The process color (four color CMYK) of #b599cd color hex is 0.12, 0.25, 0.00, 0.20. Web safe color of #b599cd is #cc99cc. Color #b599cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10011001 | 11001101 |
Octal | 265 | 231 | 315 |
Decimal | 181 | 153 | 205 |
Hex | B5 | 99 | CD |
Shades of #b599cd
Tints of #b599cd
RGB Percentages of Color #b599cd
CMYK Percentages of Color #b599cd
Complementary Color
#b599cd | #b1cd99 |
#b599cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b599cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b599cd Color CSS Codes
.mybgcolor {background-color:#b599cd; } .myforecolor {color:#b599cd; } .mybordercolor {border:3px solid #b599cd; }
#b599cd Text Font Color
<p style="color:#b599cd">Text here</p>
This sample text font color is #b599cd
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.
#b599cd Background Color
<div style="background-color:#b599cd">
Div content here</div>
This div background color is #b599cd
#b599cd Border Color
<div style="border:3px solid #b599cd">
Div here</div>
This div border color is #b599cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,153,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b599cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b599cd; -webkit-box-shadow: 1px 1px 3px 2px #b599cd; box-shadow: 1px 1px 3px 2px #b599cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,153,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 #b599cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b599cd; -webkit-box-shadow: 1px 1px 3px 2px #b599cd; box-shadow: 1px 1px 3px 2px #b599cd;">
Div content here</div>
This div box has shadow with color #b599cd
Comments
No comments written yet.
Please login to write comment.