Color spaces of #b574cf
RGB | 181 | 116 | 207 |
---|---|---|---|
HSL | 0.79 | 0.49 | 0.63 |
HSV | 283° | 44° | 81° |
CMYK | 0.13 | 0.44 | 0.00 0.19 |
XYZ | 36.5639 | 26.8195 | 62.2810 |
Yxy | 26.8195 | 0.2910 | 0.2134 |
Hunter Lab | 51.7875 | 35.3993 | -35.0524 |
CIE-Lab | 58.8069 | 41.1991 | -37.0432 |
#b574cf color RGB value is (181,116,207).
#b574cf hex color red value is 181, green value is 116 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b574cf hue: 0.79 , saturation: 0.49 and the lightness value of b574cf is 0.63.
The process color (four color CMYK) of #b574cf color hex is 0.13, 0.44, 0.00, 0.19. Web safe color of #b574cf is #cc66cc. Color #b574cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01110100 | 11001111 |
Octal | 265 | 164 | 317 |
Decimal | 181 | 116 | 207 |
Hex | B5 | 74 | CF |
Shades of #b574cf
Tints of #b574cf
RGB Percentages of Color #b574cf
CMYK Percentages of Color #b574cf
Complementary Color
#b574cf | #8ecf74 |
#b574cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b574cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b574cf Color CSS Codes
.mybgcolor {background-color:#b574cf; } .myforecolor {color:#b574cf; } .mybordercolor {border:3px solid #b574cf; }
#b574cf Text Font Color
<p style="color:#b574cf">Text here</p>
This sample text font color is #b574cf
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.
#b574cf Background Color
<div style="background-color:#b574cf">
Div content here</div>
This div background color is #b574cf
#b574cf Border Color
<div style="border:3px solid #b574cf">
Div here</div>
This div border color is #b574cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,116,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b574cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b574cf; -webkit-box-shadow: 1px 1px 3px 2px #b574cf; box-shadow: 1px 1px 3px 2px #b574cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,116,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b574cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b574cf; -webkit-box-shadow: 1px 1px 3px 2px #b574cf; box-shadow: 1px 1px 3px 2px #b574cf;">
Div content here</div>
This div box has shadow with color #b574cf
Comments
No comments written yet.
Please login to write comment.