Color spaces of #b583cd
RGB | 181 | 131 | 205 |
---|---|---|---|
HSL | 0.78 | 0.43 | 0.66 |
HSV | 281° | 36° | 80° |
CMYK | 0.12 | 0.36 | 0.00 0.20 |
XYZ | 38.1918 | 30.4641 | 61.6248 |
Yxy | 30.4641 | 0.2932 | 0.2338 |
Hunter Lab | 55.1943 | 26.9234 | -27.5617 |
CIE-Lab | 62.0526 | 32.5274 | -30.8619 |
#b583cd color RGB value is (181,131,205).
#b583cd hex color red value is 181, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b583cd hue: 0.78 , saturation: 0.43 and the lightness value of b583cd is 0.66.
The process color (four color CMYK) of #b583cd color hex is 0.12, 0.36, 0.00, 0.20. Web safe color of #b583cd is #cc99cc. Color #b583cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10000011 | 11001101 |
Octal | 265 | 203 | 315 |
Decimal | 181 | 131 | 205 |
Hex | B5 | 83 | CD |
Shades of #b583cd
Tints of #b583cd
RGB Percentages of Color #b583cd
CMYK Percentages of Color #b583cd
Complementary Color
#b583cd | #9bcd83 |
#b583cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b583cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b583cd Color CSS Codes
.mybgcolor {background-color:#b583cd; } .myforecolor {color:#b583cd; } .mybordercolor {border:3px solid #b583cd; }
#b583cd Text Font Color
<p style="color:#b583cd">Text here</p>
This sample text font color is #b583cd
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.
#b583cd Background Color
<div style="background-color:#b583cd">
Div content here</div>
This div background color is #b583cd
#b583cd Border Color
<div style="border:3px solid #b583cd">
Div here</div>
This div border color is #b583cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,131,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b583cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b583cd; -webkit-box-shadow: 1px 1px 3px 2px #b583cd; box-shadow: 1px 1px 3px 2px #b583cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,131,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 #b583cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b583cd; -webkit-box-shadow: 1px 1px 3px 2px #b583cd; box-shadow: 1px 1px 3px 2px #b583cd;">
Div content here</div>
This div box has shadow with color #b583cd
Comments
No comments written yet.
Please login to write comment.