Color spaces of #be1881
RGB | 190 | 24 | 129 |
---|---|---|---|
HSL | 0.89 | 0.78 | 0.42 |
HSV | 322° | 87° | 75° |
CMYK | 0.00 | 0.87 | 0.32 0.25 |
XYZ | 25.5243 | 13.1854 | 21.9686 |
Yxy | 13.1854 | 0.4206 | 0.2173 |
Hunter Lab | 36.3117 | 61.9261 | -10.4523 |
CIE-Lab | 43.0413 | 68.0950 | -15.5081 |
#be1881 color RGB value is (190,24,129).
#be1881 hex color red value is 190, green value is 24 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #be1881 hue: 0.89 , saturation: 0.78 and the lightness value of be1881 is 0.42.
The process color (four color CMYK) of #be1881 color hex is 0.00, 0.87, 0.32, 0.25. Web safe color of #be1881 is #cc0099. Color #be1881 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00011000 | 10000001 |
Octal | 276 | 30 | 201 |
Decimal | 190 | 24 | 129 |
Hex | BE | 18 | 81 |
Shades of #be1881
Tints of #be1881
RGB Percentages of Color #be1881
CMYK Percentages of Color #be1881
Complementary Color
#be1881 | #18be55 |
#be1881 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be1881 Color Preview on White Background
Lorem ipsum dolor sit amet.
#be1881 Color CSS Codes
.mybgcolor {background-color:#be1881; } .myforecolor {color:#be1881; } .mybordercolor {border:3px solid #be1881; }
#be1881 Text Font Color
<p style="color:#be1881">Text here</p>
This sample text font color is #be1881
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.
#be1881 Background Color
<div style="background-color:#be1881">
Div content here</div>
This div background color is #be1881
#be1881 Border Color
<div style="border:3px solid #be1881">
Div here</div>
This div border color is #be1881
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,24,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be1881; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be1881; -webkit-box-shadow: 1px 1px 3px 2px #be1881; box-shadow: 1px 1px 3px 2px #be1881; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,24,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be1881">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be1881; -webkit-box-shadow: 1px 1px 3px 2px #be1881; box-shadow: 1px 1px 3px 2px #be1881;">
Div content here</div>
This div box has shadow with color #be1881
Comments
No comments written yet.
Please login to write comment.