Color spaces of #be7ebf
RGB | 190 | 126 | 191 |
---|---|---|---|
HSL | 0.83 | 0.34 | 0.62 |
HSV | 299° | 34° | 75° |
CMYK | 0.01 | 0.34 | 0.00 0.25 |
XYZ | 38.1000 | 29.6304 | 53.0014 |
Yxy | 29.6304 | 0.3156 | 0.2454 |
Hunter Lab | 54.4338 | 29.6788 | -19.6261 |
CIE-Lab | 61.3340 | 35.3290 | -23.9934 |
#be7ebf color RGB value is (190,126,191).
#be7ebf hex color red value is 190, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be7ebf hue: 0.83 , saturation: 0.34 and the lightness value of be7ebf is 0.62.
The process color (four color CMYK) of #be7ebf color hex is 0.01, 0.34, 0.00, 0.25. Web safe color of #be7ebf is #cc66cc. Color #be7ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01111110 | 10111111 |
Octal | 276 | 176 | 277 |
Decimal | 190 | 126 | 191 |
Hex | BE | 7E | BF |
Shades of #be7ebf
Tints of #be7ebf
RGB Percentages of Color #be7ebf
CMYK Percentages of Color #be7ebf
Complementary Color
#be7ebf | #7fbf7e |
#be7ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be7ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#be7ebf Color CSS Codes
.mybgcolor {background-color:#be7ebf; } .myforecolor {color:#be7ebf; } .mybordercolor {border:3px solid #be7ebf; }
#be7ebf Text Font Color
<p style="color:#be7ebf">Text here</p>
This sample text font color is #be7ebf
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.
#be7ebf Background Color
<div style="background-color:#be7ebf">
Div content here</div>
This div background color is #be7ebf
#be7ebf Border Color
<div style="border:3px solid #be7ebf">
Div here</div>
This div border color is #be7ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,126,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be7ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be7ebf; -webkit-box-shadow: 1px 1px 3px 2px #be7ebf; box-shadow: 1px 1px 3px 2px #be7ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,126,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be7ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be7ebf; -webkit-box-shadow: 1px 1px 3px 2px #be7ebf; box-shadow: 1px 1px 3px 2px #be7ebf;">
Div content here</div>
This div box has shadow with color #be7ebf
Comments
No comments written yet.
Please login to write comment.