Color spaces of #be97db
RGB | 190 | 151 | 219 |
---|---|---|---|
HSL | 0.76 | 0.49 | 0.73 |
HSV | 274° | 31° | 86° |
CMYK | 0.13 | 0.31 | 0.00 0.14 |
XYZ | 45.0880 | 38.1948 | 72.0138 |
Yxy | 38.1948 | 0.2903 | 0.2459 |
Hunter Lab | 61.8019 | 22.0724 | -25.8254 |
CIE-Lab | 68.1639 | 27.1761 | -29.1434 |
#be97db color RGB value is (190,151,219).
#be97db hex color red value is 190, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #be97db hue: 0.76 , saturation: 0.49 and the lightness value of be97db is 0.73.
The process color (four color CMYK) of #be97db color hex is 0.13, 0.31, 0.00, 0.14. Web safe color of #be97db is #cc99cc. Color #be97db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10010111 | 11011011 |
Octal | 276 | 227 | 333 |
Decimal | 190 | 151 | 219 |
Hex | BE | 97 | DB |
Shades of #be97db
Tints of #be97db
RGB Percentages of Color #be97db
CMYK Percentages of Color #be97db
Complementary Color
#be97db | #b4db97 |
#be97db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be97db Color Preview on White Background
Lorem ipsum dolor sit amet.
#be97db Color CSS Codes
.mybgcolor {background-color:#be97db; } .myforecolor {color:#be97db; } .mybordercolor {border:3px solid #be97db; }
#be97db Text Font Color
<p style="color:#be97db">Text here</p>
This sample text font color is #be97db
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.
#be97db Background Color
<div style="background-color:#be97db">
Div content here</div>
This div background color is #be97db
#be97db Border Color
<div style="border:3px solid #be97db">
Div here</div>
This div border color is #be97db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,151,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be97db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be97db; -webkit-box-shadow: 1px 1px 3px 2px #be97db; box-shadow: 1px 1px 3px 2px #be97db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,151,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be97db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be97db; -webkit-box-shadow: 1px 1px 3px 2px #be97db; box-shadow: 1px 1px 3px 2px #be97db;">
Div content here</div>
This div box has shadow with color #be97db
Comments
No comments written yet.
Please login to write comment.