Color spaces of #bf93fe
RGB | 191 | 147 | 254 |
---|---|---|---|
HSL | 0.74 | 0.98 | 0.79 |
HSV | 265° | 42° | 100° |
CMYK | 0.25 | 0.42 | 0.00 0.00 |
XYZ | 49.8090 | 39.0996 | 98.6877 |
Yxy | 39.0996 | 0.2655 | 0.2084 |
Hunter Lab | 62.5297 | 32.7601 | -49.8039 |
CIE-Lab | 68.8234 | 37.4948 | -47.3048 |
#bf93fe color RGB value is (191,147,254).
#bf93fe hex color red value is 191, green value is 147 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bf93fe hue: 0.74 , saturation: 0.98 and the lightness value of bf93fe is 0.79.
The process color (four color CMYK) of #bf93fe color hex is 0.25, 0.42, 0.00, 0.00. Web safe color of #bf93fe is #cc99ff. Color #bf93fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10010011 | 11111110 |
Octal | 277 | 223 | 376 |
Decimal | 191 | 147 | 254 |
Hex | BF | 93 | FE |
Shades of #bf93fe
Tints of #bf93fe
RGB Percentages of Color #bf93fe
CMYK Percentages of Color #bf93fe
Complementary Color
#bf93fe | #d2fe93 |
#bf93fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf93fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf93fe Color CSS Codes
.mybgcolor {background-color:#bf93fe; } .myforecolor {color:#bf93fe; } .mybordercolor {border:3px solid #bf93fe; }
#bf93fe Text Font Color
<p style="color:#bf93fe">Text here</p>
This sample text font color is #bf93fe
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.
#bf93fe Background Color
<div style="background-color:#bf93fe">
Div content here</div>
This div background color is #bf93fe
#bf93fe Border Color
<div style="border:3px solid #bf93fe">
Div here</div>
This div border color is #bf93fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,147,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf93fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf93fe; -webkit-box-shadow: 1px 1px 3px 2px #bf93fe; box-shadow: 1px 1px 3px 2px #bf93fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,147,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf93fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf93fe; -webkit-box-shadow: 1px 1px 3px 2px #bf93fe; box-shadow: 1px 1px 3px 2px #bf93fe;">
Div content here</div>
This div box has shadow with color #bf93fe
Comments
No comments written yet.
Please login to write comment.