Color spaces of #b398ca
RGB | 179 | 152 | 202 |
---|---|---|---|
HSL | 0.76 | 0.32 | 0.69 |
HSV | 272° | 25° | 79° |
CMYK | 0.11 | 0.25 | 0.00 0.21 |
XYZ | 40.4793 | 36.3044 | 60.7511 |
Yxy | 36.3044 | 0.2943 | 0.2640 |
Hunter Lab | 60.2531 | 14.4770 | -17.6028 |
CIE-Lab | 66.7519 | 19.4960 | -21.9742 |
#b398ca color RGB value is (179,152,202).
#b398ca hex color red value is 179, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b398ca hue: 0.76 , saturation: 0.32 and the lightness value of b398ca is 0.69.
The process color (four color CMYK) of #b398ca color hex is 0.11, 0.25, 0.00, 0.21. Web safe color of #b398ca is #cc99cc. Color #b398ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10011000 | 11001010 |
Octal | 263 | 230 | 312 |
Decimal | 179 | 152 | 202 |
Hex | B3 | 98 | CA |
Shades of #b398ca
Tints of #b398ca
RGB Percentages of Color #b398ca
CMYK Percentages of Color #b398ca
Complementary Color
#b398ca | #afca98 |
#b398ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b398ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b398ca Color CSS Codes
.mybgcolor {background-color:#b398ca; } .myforecolor {color:#b398ca; } .mybordercolor {border:3px solid #b398ca; }
#b398ca Text Font Color
<p style="color:#b398ca">Text here</p>
This sample text font color is #b398ca
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.
#b398ca Background Color
<div style="background-color:#b398ca">
Div content here</div>
This div background color is #b398ca
#b398ca Border Color
<div style="border:3px solid #b398ca">
Div here</div>
This div border color is #b398ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,152,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b398ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b398ca; -webkit-box-shadow: 1px 1px 3px 2px #b398ca; box-shadow: 1px 1px 3px 2px #b398ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,152,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b398ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b398ca; -webkit-box-shadow: 1px 1px 3px 2px #b398ca; box-shadow: 1px 1px 3px 2px #b398ca;">
Div content here</div>
This div box has shadow with color #b398ca
Comments
No comments written yet.
Please login to write comment.