Color spaces of #b35598
RGB | 179 | 85 | 152 |
---|---|---|---|
HSL | 0.88 | 0.38 | 0.52 |
HSV | 317° | 53° | 70° |
CMYK | 0.00 | 0.53 | 0.15 0.30 |
XYZ | 27.5064 | 18.3477 | 31.7975 |
Yxy | 18.3477 | 0.3542 | 0.2363 |
Hunter Lab | 42.8342 | 39.6656 | -14.0293 |
CIE-Lab | 49.9151 | 46.6091 | -19.0440 |
#b35598 color RGB value is (179,85,152).
#b35598 hex color red value is 179, green value is 85 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b35598 hue: 0.88 , saturation: 0.38 and the lightness value of b35598 is 0.52.
The process color (four color CMYK) of #b35598 color hex is 0.00, 0.53, 0.15, 0.30. Web safe color of #b35598 is #cc6699. Color #b35598 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01010101 | 10011000 |
Octal | 263 | 125 | 230 |
Decimal | 179 | 85 | 152 |
Hex | B3 | 55 | 98 |
Shades of #b35598
Tints of #b35598
RGB Percentages of Color #b35598
CMYK Percentages of Color #b35598
Complementary Color
#b35598 | #55b370 |
#b35598 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b35598 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b35598 Color CSS Codes
.mybgcolor {background-color:#b35598; } .myforecolor {color:#b35598; } .mybordercolor {border:3px solid #b35598; }
#b35598 Text Font Color
<p style="color:#b35598">Text here</p>
This sample text font color is #b35598
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.
#b35598 Background Color
<div style="background-color:#b35598">
Div content here</div>
This div background color is #b35598
#b35598 Border Color
<div style="border:3px solid #b35598">
Div here</div>
This div border color is #b35598
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,85,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b35598; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b35598; -webkit-box-shadow: 1px 1px 3px 2px #b35598; box-shadow: 1px 1px 3px 2px #b35598; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,85,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b35598">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b35598; -webkit-box-shadow: 1px 1px 3px 2px #b35598; box-shadow: 1px 1px 3px 2px #b35598;">
Div content here</div>
This div box has shadow with color #b35598
Comments
No comments written yet.
Please login to write comment.