Color spaces of #be679e
RGB | 190 | 103 | 158 |
---|---|---|---|
HSL | 0.89 | 0.40 | 0.57 |
HSV | 322° | 46° | 75° |
CMYK | 0.00 | 0.46 | 0.17 0.25 |
XYZ | 32.2570 | 23.1163 | 35.1095 |
Yxy | 23.1163 | 0.3565 | 0.2555 |
Hunter Lab | 48.0794 | 35.6186 | -9.6403 |
CIE-Lab | 55.1919 | 41.9024 | -14.4018 |
#be679e color RGB value is (190,103,158).
#be679e hex color red value is 190, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be679e hue: 0.89 , saturation: 0.40 and the lightness value of be679e is 0.57.
The process color (four color CMYK) of #be679e color hex is 0.00, 0.46, 0.17, 0.25. Web safe color of #be679e is #cc6699. Color #be679e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01100111 | 10011110 |
Octal | 276 | 147 | 236 |
Decimal | 190 | 103 | 158 |
Hex | BE | 67 | 9E |
Shades of #be679e
Tints of #be679e
RGB Percentages of Color #be679e
CMYK Percentages of Color #be679e
Complementary Color
#be679e | #67be87 |
#be679e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be679e Color Preview on White Background
Lorem ipsum dolor sit amet.
#be679e Color CSS Codes
.mybgcolor {background-color:#be679e; } .myforecolor {color:#be679e; } .mybordercolor {border:3px solid #be679e; }
#be679e Text Font Color
<p style="color:#be679e">Text here</p>
This sample text font color is #be679e
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.
#be679e Background Color
<div style="background-color:#be679e">
Div content here</div>
This div background color is #be679e
#be679e Border Color
<div style="border:3px solid #be679e">
Div here</div>
This div border color is #be679e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,103,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be679e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be679e; -webkit-box-shadow: 1px 1px 3px 2px #be679e; box-shadow: 1px 1px 3px 2px #be679e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,103,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be679e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be679e; -webkit-box-shadow: 1px 1px 3px 2px #be679e; box-shadow: 1px 1px 3px 2px #be679e;">
Div content here</div>
This div box has shadow with color #be679e
Comments
No comments written yet.
Please login to write comment.