Color spaces of #b568ad
RGB | 181 | 104 | 173 |
---|---|---|---|
HSL | 0.85 | 0.34 | 0.56 |
HSV | 306° | 43° | 71° |
CMYK | 0.00 | 0.43 | 0.04 0.29 |
XYZ | 31.5492 | 22.7415 | 42.2619 |
Yxy | 22.7415 | 0.3268 | 0.2355 |
Hunter Lab | 47.6880 | 34.6370 | -19.1621 |
CIE-Lab | 54.8051 | 41.0001 | -23.8126 |
#b568ad color RGB value is (181,104,173).
#b568ad hex color red value is 181, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b568ad hue: 0.85 , saturation: 0.34 and the lightness value of b568ad is 0.56.
The process color (four color CMYK) of #b568ad color hex is 0.00, 0.43, 0.04, 0.29. Web safe color of #b568ad is #cc6699. Color #b568ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01101000 | 10101101 |
Octal | 265 | 150 | 255 |
Decimal | 181 | 104 | 173 |
Hex | B5 | 68 | AD |
Shades of #b568ad
Tints of #b568ad
RGB Percentages of Color #b568ad
CMYK Percentages of Color #b568ad
Complementary Color
#b568ad | #68b570 |
#b568ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b568ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b568ad Color CSS Codes
.mybgcolor {background-color:#b568ad; } .myforecolor {color:#b568ad; } .mybordercolor {border:3px solid #b568ad; }
#b568ad Text Font Color
<p style="color:#b568ad">Text here</p>
This sample text font color is #b568ad
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.
#b568ad Background Color
<div style="background-color:#b568ad">
Div content here</div>
This div background color is #b568ad
#b568ad Border Color
<div style="border:3px solid #b568ad">
Div here</div>
This div border color is #b568ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,104,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b568ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b568ad; -webkit-box-shadow: 1px 1px 3px 2px #b568ad; box-shadow: 1px 1px 3px 2px #b568ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,104,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b568ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b568ad; -webkit-box-shadow: 1px 1px 3px 2px #b568ad; box-shadow: 1px 1px 3px 2px #b568ad;">
Div content here</div>
This div box has shadow with color #b568ad
Comments
No comments written yet.
Please login to write comment.