Color spaces of #bea8dc
RGB | 190 | 168 | 220 |
---|---|---|---|
HSL | 0.74 | 0.43 | 0.76 |
HSV | 265° | 24° | 86° |
CMYK | 0.14 | 0.24 | 0.00 0.14 |
XYZ | 48.1561 | 44.1197 | 73.6880 |
Yxy | 44.1197 | 0.2902 | 0.2658 |
Hunter Lab | 66.4227 | 13.1720 | -19.2793 |
CIE-Lab | 72.3084 | 17.9636 | -23.3378 |
#bea8dc color RGB value is (190,168,220).
#bea8dc hex color red value is 190, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bea8dc hue: 0.74 , saturation: 0.43 and the lightness value of bea8dc is 0.76.
The process color (four color CMYK) of #bea8dc color hex is 0.14, 0.24, 0.00, 0.14. Web safe color of #bea8dc is #cc99cc. Color #bea8dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101000 | 11011100 |
Octal | 276 | 250 | 334 |
Decimal | 190 | 168 | 220 |
Hex | BE | A8 | DC |
Shades of #bea8dc
Tints of #bea8dc
RGB Percentages of Color #bea8dc
CMYK Percentages of Color #bea8dc
Complementary Color
#bea8dc | #c6dca8 |
#bea8dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bea8dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bea8dc Color CSS Codes
.mybgcolor {background-color:#bea8dc; } .myforecolor {color:#bea8dc; } .mybordercolor {border:3px solid #bea8dc; }
#bea8dc Text Font Color
<p style="color:#bea8dc">Text here</p>
This sample text font color is #bea8dc
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.
#bea8dc Background Color
<div style="background-color:#bea8dc">
Div content here</div>
This div background color is #bea8dc
#bea8dc Border Color
<div style="border:3px solid #bea8dc">
Div here</div>
This div border color is #bea8dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,168,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bea8dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bea8dc; -webkit-box-shadow: 1px 1px 3px 2px #bea8dc; box-shadow: 1px 1px 3px 2px #bea8dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,168,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bea8dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bea8dc; -webkit-box-shadow: 1px 1px 3px 2px #bea8dc; box-shadow: 1px 1px 3px 2px #bea8dc;">
Div content here</div>
This div box has shadow with color #bea8dc
Comments
No comments written yet.
Please login to write comment.