Color spaces of #be186a
RGB | 190 | 24 | 106 |
---|---|---|---|
HSL | 0.92 | 0.78 | 0.42 |
HSV | 330° | 87° | 75° |
CMYK | 0.00 | 0.87 | 0.44 0.25 |
XYZ | 24.1634 | 12.6410 | 14.8021 |
Yxy | 12.6410 | 0.4682 | 0.2449 |
Hunter Lab | 35.5542 | 59.0927 | 0.2040 |
CIE-Lab | 42.2173 | 65.8086 | -2.4628 |
#be186a color RGB value is (190,24,106).
#be186a hex color red value is 190, green value is 24 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #be186a hue: 0.92 , saturation: 0.78 and the lightness value of be186a is 0.42.
The process color (four color CMYK) of #be186a color hex is 0.00, 0.87, 0.44, 0.25. Web safe color of #be186a is #cc0066. Color #be186a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00011000 | 01101010 |
Octal | 276 | 30 | 152 |
Decimal | 190 | 24 | 106 |
Hex | BE | 18 | 6A |
Shades of #be186a
Tints of #be186a
RGB Percentages of Color #be186a
CMYK Percentages of Color #be186a
Complementary Color
#be186a | #18be6c |
#be186a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be186a Color Preview on White Background
Lorem ipsum dolor sit amet.
#be186a Color CSS Codes
.mybgcolor {background-color:#be186a; } .myforecolor {color:#be186a; } .mybordercolor {border:3px solid #be186a; }
#be186a Text Font Color
<p style="color:#be186a">Text here</p>
This sample text font color is #be186a
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.
#be186a Background Color
<div style="background-color:#be186a">
Div content here</div>
This div background color is #be186a
#be186a Border Color
<div style="border:3px solid #be186a">
Div here</div>
This div border color is #be186a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,24,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be186a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be186a; -webkit-box-shadow: 1px 1px 3px 2px #be186a; box-shadow: 1px 1px 3px 2px #be186a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,24,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be186a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be186a; -webkit-box-shadow: 1px 1px 3px 2px #be186a; box-shadow: 1px 1px 3px 2px #be186a;">
Div content here</div>
This div box has shadow with color #be186a
Comments
No comments written yet.
Please login to write comment.