Color spaces of #be9fcb
RGB | 190 | 159 | 203 |
---|---|---|---|
HSL | 0.78 | 0.30 | 0.71 |
HSV | 282° | 22° | 80° |
CMYK | 0.06 | 0.22 | 0.00 0.20 |
XYZ | 44.4128 | 40.0552 | 61.8905 |
Yxy | 40.0552 | 0.3035 | 0.2737 |
Hunter Lab | 63.2892 | 14.5052 | -13.6773 |
CIE-Lab | 69.5088 | 19.4229 | -18.2438 |
#be9fcb color RGB value is (190,159,203).
#be9fcb hex color red value is 190, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be9fcb hue: 0.78 , saturation: 0.30 and the lightness value of be9fcb is 0.71.
The process color (four color CMYK) of #be9fcb color hex is 0.06, 0.22, 0.00, 0.20. Web safe color of #be9fcb is #cc99cc. Color #be9fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10011111 | 11001011 |
Octal | 276 | 237 | 313 |
Decimal | 190 | 159 | 203 |
Hex | BE | 9F | CB |
Shades of #be9fcb
Tints of #be9fcb
RGB Percentages of Color #be9fcb
CMYK Percentages of Color #be9fcb
Complementary Color
#be9fcb | #accb9f |
#be9fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be9fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be9fcb Color CSS Codes
.mybgcolor {background-color:#be9fcb; } .myforecolor {color:#be9fcb; } .mybordercolor {border:3px solid #be9fcb; }
#be9fcb Text Font Color
<p style="color:#be9fcb">Text here</p>
This sample text font color is #be9fcb
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.
#be9fcb Background Color
<div style="background-color:#be9fcb">
Div content here</div>
This div background color is #be9fcb
#be9fcb Border Color
<div style="border:3px solid #be9fcb">
Div here</div>
This div border color is #be9fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,159,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be9fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be9fcb; -webkit-box-shadow: 1px 1px 3px 2px #be9fcb; box-shadow: 1px 1px 3px 2px #be9fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,159,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be9fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be9fcb; -webkit-box-shadow: 1px 1px 3px 2px #be9fcb; box-shadow: 1px 1px 3px 2px #be9fcb;">
Div content here</div>
This div box has shadow with color #be9fcb
Comments
No comments written yet.
Please login to write comment.