Color spaces of #be90eb
RGB | 190 | 144 | 235 |
---|---|---|---|
HSL | 0.75 | 0.69 | 0.74 |
HSV | 270° | 39° | 92° |
CMYK | 0.19 | 0.39 | 0.00 0.08 |
XYZ | 46.2039 | 36.8918 | 83.2829 |
Yxy | 36.8918 | 0.2777 | 0.2217 |
Hunter Lab | 60.7386 | 29.4925 | -38.7796 |
CIE-Lab | 67.1958 | 34.5401 | -39.4653 |
#be90eb color RGB value is (190,144,235).
#be90eb hex color red value is 190, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be90eb hue: 0.75 , saturation: 0.69 and the lightness value of be90eb is 0.74.
The process color (four color CMYK) of #be90eb color hex is 0.19, 0.39, 0.00, 0.08. Web safe color of #be90eb is #cc99ff. Color #be90eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10010000 | 11101011 |
Octal | 276 | 220 | 353 |
Decimal | 190 | 144 | 235 |
Hex | BE | 90 | EB |
Shades of #be90eb
Tints of #be90eb
RGB Percentages of Color #be90eb
CMYK Percentages of Color #be90eb
Complementary Color
#be90eb | #bdeb90 |
#be90eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be90eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be90eb Color CSS Codes
.mybgcolor {background-color:#be90eb; } .myforecolor {color:#be90eb; } .mybordercolor {border:3px solid #be90eb; }
#be90eb Text Font Color
<p style="color:#be90eb">Text here</p>
This sample text font color is #be90eb
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.
#be90eb Background Color
<div style="background-color:#be90eb">
Div content here</div>
This div background color is #be90eb
#be90eb Border Color
<div style="border:3px solid #be90eb">
Div here</div>
This div border color is #be90eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,144,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be90eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be90eb; -webkit-box-shadow: 1px 1px 3px 2px #be90eb; box-shadow: 1px 1px 3px 2px #be90eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,144,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be90eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be90eb; -webkit-box-shadow: 1px 1px 3px 2px #be90eb; box-shadow: 1px 1px 3px 2px #be90eb;">
Div content here</div>
This div box has shadow with color #be90eb
Comments
No comments written yet.
Please login to write comment.