Color spaces of #bf8dee
RGB | 191 | 141 | 238 |
---|---|---|---|
HSL | 0.75 | 0.74 | 0.74 |
HSV | 271° | 41° | 93° |
CMYK | 0.20 | 0.41 | 0.00 0.07 |
XYZ | 46.4434 | 36.2992 | 85.4475 |
Yxy | 36.2992 | 0.2761 | 0.2158 |
Hunter Lab | 60.2488 | 32.1631 | -41.9135 |
CIE-Lab | 66.7479 | 37.1487 | -41.8086 |
#bf8dee color RGB value is (191,141,238).
#bf8dee hex color red value is 191, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bf8dee hue: 0.75 , saturation: 0.74 and the lightness value of bf8dee is 0.74.
The process color (four color CMYK) of #bf8dee color hex is 0.20, 0.41, 0.00, 0.07. Web safe color of #bf8dee is #cc99ff. Color #bf8dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10001101 | 11101110 |
Octal | 277 | 215 | 356 |
Decimal | 191 | 141 | 238 |
Hex | BF | 8D | EE |
Shades of #bf8dee
Tints of #bf8dee
RGB Percentages of Color #bf8dee
CMYK Percentages of Color #bf8dee
Complementary Color
#bf8dee | #bcee8d |
#bf8dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf8dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf8dee Color CSS Codes
.mybgcolor {background-color:#bf8dee; } .myforecolor {color:#bf8dee; } .mybordercolor {border:3px solid #bf8dee; }
#bf8dee Text Font Color
<p style="color:#bf8dee">Text here</p>
This sample text font color is #bf8dee
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.
#bf8dee Background Color
<div style="background-color:#bf8dee">
Div content here</div>
This div background color is #bf8dee
#bf8dee Border Color
<div style="border:3px solid #bf8dee">
Div here</div>
This div border color is #bf8dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,141,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf8dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf8dee; -webkit-box-shadow: 1px 1px 3px 2px #bf8dee; box-shadow: 1px 1px 3px 2px #bf8dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,141,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf8dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf8dee; -webkit-box-shadow: 1px 1px 3px 2px #bf8dee; box-shadow: 1px 1px 3px 2px #bf8dee;">
Div content here</div>
This div box has shadow with color #bf8dee
Comments
No comments written yet.
Please login to write comment.