Color spaces of #be98eb
RGB | 190 | 152 | 235 |
---|---|---|---|
HSL | 0.74 | 0.67 | 0.76 |
HSV | 267° | 35° | 92° |
CMYK | 0.19 | 0.35 | 0.00 0.08 |
XYZ | 47.4588 | 39.4018 | 83.7012 |
Yxy | 39.4018 | 0.2782 | 0.2310 |
Hunter Lab | 62.7709 | 25.1085 | -35.1201 |
CIE-Lab | 69.0413 | 30.1127 | -36.5890 |
#be98eb color RGB value is (190,152,235).
#be98eb hex color red value is 190, green value is 152 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be98eb hue: 0.74 , saturation: 0.67 and the lightness value of be98eb is 0.76.
The process color (four color CMYK) of #be98eb color hex is 0.19, 0.35, 0.00, 0.08. Web safe color of #be98eb is #cc99ff. Color #be98eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10011000 | 11101011 |
Octal | 276 | 230 | 353 |
Decimal | 190 | 152 | 235 |
Hex | BE | 98 | EB |
Shades of #be98eb
Tints of #be98eb
RGB Percentages of Color #be98eb
CMYK Percentages of Color #be98eb
Complementary Color
#be98eb | #c5eb98 |
#be98eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be98eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#be98eb Color CSS Codes
.mybgcolor {background-color:#be98eb; } .myforecolor {color:#be98eb; } .mybordercolor {border:3px solid #be98eb; }
#be98eb Text Font Color
<p style="color:#be98eb">Text here</p>
This sample text font color is #be98eb
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.
#be98eb Background Color
<div style="background-color:#be98eb">
Div content here</div>
This div background color is #be98eb
#be98eb Border Color
<div style="border:3px solid #be98eb">
Div here</div>
This div border color is #be98eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,152,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be98eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be98eb; -webkit-box-shadow: 1px 1px 3px 2px #be98eb; box-shadow: 1px 1px 3px 2px #be98eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,152,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 #be98eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be98eb; -webkit-box-shadow: 1px 1px 3px 2px #be98eb; box-shadow: 1px 1px 3px 2px #be98eb;">
Div content here</div>
This div box has shadow with color #be98eb
Comments
No comments written yet.
Please login to write comment.