Color spaces of #be11ba
RGB | 190 | 17 | 186 |
---|---|---|---|
HSL | 0.84 | 0.84 | 0.41 |
HSV | 301° | 91° | 75° |
CMYK | 0.00 | 0.91 | 0.02 0.25 |
XYZ | 30.2986 | 14.8932 | 47.7321 |
Yxy | 14.8932 | 0.3261 | 0.1603 |
Hunter Lab | 38.5917 | 72.6060 | -46.3186 |
CIE-Lab | 45.4876 | 76.5256 | -45.9181 |
#be11ba color RGB value is (190,17,186).
#be11ba hex color red value is 190, green value is 17 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #be11ba hue: 0.84 , saturation: 0.84 and the lightness value of be11ba is 0.41.
The process color (four color CMYK) of #be11ba color hex is 0.00, 0.91, 0.02, 0.25. Web safe color of #be11ba is #cc00cc. Color #be11ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00010001 | 10111010 |
Octal | 276 | 21 | 272 |
Decimal | 190 | 17 | 186 |
Hex | BE | 11 | BA |
Shades of #be11ba
Tints of #be11ba
RGB Percentages of Color #be11ba
CMYK Percentages of Color #be11ba
Complementary Color
#be11ba | #11be15 |
#be11ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be11ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#be11ba Color CSS Codes
.mybgcolor {background-color:#be11ba; } .myforecolor {color:#be11ba; } .mybordercolor {border:3px solid #be11ba; }
#be11ba Text Font Color
<p style="color:#be11ba">Text here</p>
This sample text font color is #be11ba
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.
#be11ba Background Color
<div style="background-color:#be11ba">
Div content here</div>
This div background color is #be11ba
#be11ba Border Color
<div style="border:3px solid #be11ba">
Div here</div>
This div border color is #be11ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,17,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be11ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be11ba; -webkit-box-shadow: 1px 1px 3px 2px #be11ba; box-shadow: 1px 1px 3px 2px #be11ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,17,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be11ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be11ba; -webkit-box-shadow: 1px 1px 3px 2px #be11ba; box-shadow: 1px 1px 3px 2px #be11ba;">
Div content here</div>
This div box has shadow with color #be11ba
Comments
No comments written yet.
Please login to write comment.