Color spaces of #bea5eb
RGB | 190 | 165 | 235 |
---|---|---|---|
HSL | 0.73 | 0.64 | 0.78 |
HSV | 261° | 30° | 92° |
CMYK | 0.19 | 0.30 | 0.00 0.08 |
XYZ | 49.6857 | 43.8556 | 84.4435 |
Yxy | 43.8556 | 0.2792 | 0.2464 |
Hunter Lab | 66.2236 | 18.0324 | -29.2458 |
CIE-Lab | 72.1319 | 22.9010 | -31.8005 |
#bea5eb color RGB value is (190,165,235).
#bea5eb hex color red value is 190, green value is 165 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bea5eb hue: 0.73 , saturation: 0.64 and the lightness value of bea5eb is 0.78.
The process color (four color CMYK) of #bea5eb color hex is 0.19, 0.30, 0.00, 0.08. Web safe color of #bea5eb is #cc99ff. Color #bea5eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10100101 | 11101011 |
Octal | 276 | 245 | 353 |
Decimal | 190 | 165 | 235 |
Hex | BE | A5 | EB |
Shades of #bea5eb
Tints of #bea5eb
RGB Percentages of Color #bea5eb
CMYK Percentages of Color #bea5eb
Complementary Color
#bea5eb | #d2eba5 |
#bea5eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bea5eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bea5eb Color CSS Codes
.mybgcolor {background-color:#bea5eb; } .myforecolor {color:#bea5eb; } .mybordercolor {border:3px solid #bea5eb; }
#bea5eb Text Font Color
<p style="color:#bea5eb">Text here</p>
This sample text font color is #bea5eb
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.
#bea5eb Background Color
<div style="background-color:#bea5eb">
Div content here</div>
This div background color is #bea5eb
#bea5eb Border Color
<div style="border:3px solid #bea5eb">
Div here</div>
This div border color is #bea5eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,165,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bea5eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bea5eb; -webkit-box-shadow: 1px 1px 3px 2px #bea5eb; box-shadow: 1px 1px 3px 2px #bea5eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,165,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 #bea5eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bea5eb; -webkit-box-shadow: 1px 1px 3px 2px #bea5eb; box-shadow: 1px 1px 3px 2px #bea5eb;">
Div content here</div>
This div box has shadow with color #bea5eb
Comments
No comments written yet.
Please login to write comment.