Color spaces of #b255ad
RGB | 178 | 85 | 173 |
---|---|---|---|
HSL | 0.84 | 0.38 | 0.52 |
HSV | 303° | 52° | 70° |
CMYK | 0.00 | 0.52 | 0.03 0.30 |
XYZ | 29.1514 | 18.9791 | 41.6620 |
Yxy | 18.9791 | 0.3247 | 0.2114 |
Hunter Lab | 43.5650 | 43.2040 | -26.2046 |
CIE-Lab | 50.6627 | 49.8524 | -30.2609 |
#b255ad color RGB value is (178,85,173).
#b255ad hex color red value is 178, green value is 85 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b255ad hue: 0.84 , saturation: 0.38 and the lightness value of b255ad is 0.52.
The process color (four color CMYK) of #b255ad color hex is 0.00, 0.52, 0.03, 0.30. Web safe color of #b255ad is #996699. Color #b255ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01010101 | 10101101 |
Octal | 262 | 125 | 255 |
Decimal | 178 | 85 | 173 |
Hex | B2 | 55 | AD |
Shades of #b255ad
Tints of #b255ad
RGB Percentages of Color #b255ad
CMYK Percentages of Color #b255ad
Complementary Color
#b255ad | #55b25a |
#b255ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b255ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b255ad Color CSS Codes
.mybgcolor {background-color:#b255ad; } .myforecolor {color:#b255ad; } .mybordercolor {border:3px solid #b255ad; }
#b255ad Text Font Color
<p style="color:#b255ad">Text here</p>
This sample text font color is #b255ad
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.
#b255ad Background Color
<div style="background-color:#b255ad">
Div content here</div>
This div background color is #b255ad
#b255ad Border Color
<div style="border:3px solid #b255ad">
Div here</div>
This div border color is #b255ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,85,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b255ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b255ad; -webkit-box-shadow: 1px 1px 3px 2px #b255ad; box-shadow: 1px 1px 3px 2px #b255ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,85,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 #b255ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b255ad; -webkit-box-shadow: 1px 1px 3px 2px #b255ad; box-shadow: 1px 1px 3px 2px #b255ad;">
Div content here</div>
This div box has shadow with color #b255ad
Comments
No comments written yet.
Please login to write comment.