Color spaces of #beb4eb
RGB | 190 | 180 | 235 |
---|---|---|---|
HSL | 0.70 | 0.58 | 0.81 |
HSV | 251° | 23° | 92° |
CMYK | 0.19 | 0.23 | 0.00 0.08 |
XYZ | 52.5519 | 49.5878 | 85.3989 |
Yxy | 49.5878 | 0.2802 | 0.2644 |
Hunter Lab | 70.4186 | 9.9782 | -22.6099 |
CIE-Lab | 75.8156 | 14.6238 | -26.1397 |
#beb4eb color RGB value is (190,180,235).
#beb4eb hex color red value is 190, green value is 180 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #beb4eb hue: 0.70 , saturation: 0.58 and the lightness value of beb4eb is 0.81.
The process color (four color CMYK) of #beb4eb color hex is 0.19, 0.23, 0.00, 0.08. Web safe color of #beb4eb is #ccccff. Color #beb4eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110100 | 11101011 |
Octal | 276 | 264 | 353 |
Decimal | 190 | 180 | 235 |
Hex | BE | B4 | EB |
Shades of #beb4eb
Tints of #beb4eb
RGB Percentages of Color #beb4eb
CMYK Percentages of Color #beb4eb
Complementary Color
#beb4eb | #e1ebb4 |
#beb4eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb4eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb4eb Color CSS Codes
.mybgcolor {background-color:#beb4eb; } .myforecolor {color:#beb4eb; } .mybordercolor {border:3px solid #beb4eb; }
#beb4eb Text Font Color
<p style="color:#beb4eb">Text here</p>
This sample text font color is #beb4eb
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.
#beb4eb Background Color
<div style="background-color:#beb4eb">
Div content here</div>
This div background color is #beb4eb
#beb4eb Border Color
<div style="border:3px solid #beb4eb">
Div here</div>
This div border color is #beb4eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,180,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb4eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb4eb; -webkit-box-shadow: 1px 1px 3px 2px #beb4eb; box-shadow: 1px 1px 3px 2px #beb4eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,180,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 #beb4eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb4eb; -webkit-box-shadow: 1px 1px 3px 2px #beb4eb; box-shadow: 1px 1px 3px 2px #beb4eb;">
Div content here</div>
This div box has shadow with color #beb4eb
Comments
No comments written yet.
Please login to write comment.