Color spaces of #b570ce
RGB | 181 | 112 | 206 |
---|---|---|---|
HSL | 0.79 | 0.49 | 0.62 |
HSV | 284° | 46° | 81° |
CMYK | 0.12 | 0.46 | 0.00 0.19 |
XYZ | 35.9908 | 25.8683 | 61.4887 |
Yxy | 25.8683 | 0.2918 | 0.2097 |
Hunter Lab | 50.8609 | 37.3058 | -36.0765 |
CIE-Lab | 57.9118 | 43.1472 | -37.8793 |
#b570ce color RGB value is (181,112,206).
#b570ce hex color red value is 181, green value is 112 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b570ce hue: 0.79 , saturation: 0.49 and the lightness value of b570ce is 0.62.
The process color (four color CMYK) of #b570ce color hex is 0.12, 0.46, 0.00, 0.19. Web safe color of #b570ce is #cc66cc. Color #b570ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01110000 | 11001110 |
Octal | 265 | 160 | 316 |
Decimal | 181 | 112 | 206 |
Hex | B5 | 70 | CE |
Shades of #b570ce
Tints of #b570ce
RGB Percentages of Color #b570ce
CMYK Percentages of Color #b570ce
Complementary Color
#b570ce | #89ce70 |
#b570ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b570ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b570ce Color CSS Codes
.mybgcolor {background-color:#b570ce; } .myforecolor {color:#b570ce; } .mybordercolor {border:3px solid #b570ce; }
#b570ce Text Font Color
<p style="color:#b570ce">Text here</p>
This sample text font color is #b570ce
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.
#b570ce Background Color
<div style="background-color:#b570ce">
Div content here</div>
This div background color is #b570ce
#b570ce Border Color
<div style="border:3px solid #b570ce">
Div here</div>
This div border color is #b570ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,112,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b570ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b570ce; -webkit-box-shadow: 1px 1px 3px 2px #b570ce; box-shadow: 1px 1px 3px 2px #b570ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,112,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b570ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b570ce; -webkit-box-shadow: 1px 1px 3px 2px #b570ce; box-shadow: 1px 1px 3px 2px #b570ce;">
Div content here</div>
This div box has shadow with color #b570ce
Comments
No comments written yet.
Please login to write comment.