Color spaces of #b182ca
RGB | 177 | 130 | 202 |
---|---|---|---|
HSL | 0.78 | 0.40 | 0.65 |
HSV | 279° | 36° | 79° |
CMYK | 0.12 | 0.36 | 0.00 0.21 |
XYZ | 36.7748 | 29.5766 | 59.6477 |
Yxy | 29.5766 | 0.2919 | 0.2347 |
Hunter Lab | 54.3844 | 25.5293 | -26.9590 |
CIE-Lab | 61.2872 | 31.2060 | -30.3932 |
#b182ca color RGB value is (177,130,202).
#b182ca hex color red value is 177, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b182ca hue: 0.78 , saturation: 0.40 and the lightness value of b182ca is 0.65.
The process color (four color CMYK) of #b182ca color hex is 0.12, 0.36, 0.00, 0.21. Web safe color of #b182ca is #9999cc. Color #b182ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000010 | 11001010 |
Octal | 261 | 202 | 312 |
Decimal | 177 | 130 | 202 |
Hex | B1 | 82 | CA |
Shades of #b182ca
Tints of #b182ca
RGB Percentages of Color #b182ca
CMYK Percentages of Color #b182ca
Complementary Color
#b182ca | #9bca82 |
#b182ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b182ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b182ca Color CSS Codes
.mybgcolor {background-color:#b182ca; } .myforecolor {color:#b182ca; } .mybordercolor {border:3px solid #b182ca; }
#b182ca Text Font Color
<p style="color:#b182ca">Text here</p>
This sample text font color is #b182ca
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.
#b182ca Background Color
<div style="background-color:#b182ca">
Div content here</div>
This div background color is #b182ca
#b182ca Border Color
<div style="border:3px solid #b182ca">
Div here</div>
This div border color is #b182ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,130,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b182ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b182ca; -webkit-box-shadow: 1px 1px 3px 2px #b182ca; box-shadow: 1px 1px 3px 2px #b182ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,130,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 #b182ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b182ca; -webkit-box-shadow: 1px 1px 3px 2px #b182ca; box-shadow: 1px 1px 3px 2px #b182ca;">
Div content here</div>
This div box has shadow with color #b182ca
Comments
No comments written yet.
Please login to write comment.