Color spaces of #be32bb
RGB | 190 | 50 | 187 |
---|---|---|---|
HSL | 0.84 | 0.58 | 0.47 |
HSV | 301° | 74° | 75° |
CMYK | 0.00 | 0.74 | 0.02 0.25 |
XYZ | 31.3454 | 16.8162 | 48.6075 |
Yxy | 16.8162 | 0.3239 | 0.1738 |
Hunter Lab | 41.0076 | 64.6788 | -41.5729 |
CIE-Lab | 48.0276 | 69.4662 | -42.4619 |
#be32bb color RGB value is (190,50,187).
#be32bb hex color red value is 190, green value is 50 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #be32bb hue: 0.84 , saturation: 0.58 and the lightness value of be32bb is 0.47.
The process color (four color CMYK) of #be32bb color hex is 0.00, 0.74, 0.02, 0.25. Web safe color of #be32bb is #cc33cc. Color #be32bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00110010 | 10111011 |
Octal | 276 | 62 | 273 |
Decimal | 190 | 50 | 187 |
Hex | BE | 32 | BB |
Shades of #be32bb
Tints of #be32bb
RGB Percentages of Color #be32bb
CMYK Percentages of Color #be32bb
Complementary Color
#be32bb | #32be35 |
#be32bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be32bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be32bb Color CSS Codes
.mybgcolor {background-color:#be32bb; } .myforecolor {color:#be32bb; } .mybordercolor {border:3px solid #be32bb; }
#be32bb Text Font Color
<p style="color:#be32bb">Text here</p>
This sample text font color is #be32bb
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.
#be32bb Background Color
<div style="background-color:#be32bb">
Div content here</div>
This div background color is #be32bb
#be32bb Border Color
<div style="border:3px solid #be32bb">
Div here</div>
This div border color is #be32bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,50,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be32bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be32bb; -webkit-box-shadow: 1px 1px 3px 2px #be32bb; box-shadow: 1px 1px 3px 2px #be32bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,50,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be32bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be32bb; -webkit-box-shadow: 1px 1px 3px 2px #be32bb; box-shadow: 1px 1px 3px 2px #be32bb;">
Div content here</div>
This div box has shadow with color #be32bb
Comments
No comments written yet.
Please login to write comment.