Color spaces of #bf93cd
RGB | 191 | 147 | 205 |
---|---|---|---|
HSL | 0.79 | 0.37 | 0.69 |
HSV | 286° | 28° | 80° |
CMYK | 0.07 | 0.28 | 0.00 0.20 |
XYZ | 42.9390 | 36.3516 | 62.5110 |
Yxy | 36.3516 | 0.3028 | 0.2564 |
Hunter Lab | 60.2923 | 21.6127 | -19.2672 |
CIE-Lab | 66.7877 | 26.8117 | -23.4872 |
#bf93cd color RGB value is (191,147,205).
#bf93cd hex color red value is 191, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bf93cd hue: 0.79 , saturation: 0.37 and the lightness value of bf93cd is 0.69.
The process color (four color CMYK) of #bf93cd color hex is 0.07, 0.28, 0.00, 0.20. Web safe color of #bf93cd is #cc99cc. Color #bf93cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10010011 | 11001101 |
Octal | 277 | 223 | 315 |
Decimal | 191 | 147 | 205 |
Hex | BF | 93 | CD |
Shades of #bf93cd
Tints of #bf93cd
RGB Percentages of Color #bf93cd
CMYK Percentages of Color #bf93cd
Complementary Color
#bf93cd | #a1cd93 |
#bf93cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf93cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf93cd Color CSS Codes
.mybgcolor {background-color:#bf93cd; } .myforecolor {color:#bf93cd; } .mybordercolor {border:3px solid #bf93cd; }
#bf93cd Text Font Color
<p style="color:#bf93cd">Text here</p>
This sample text font color is #bf93cd
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.
#bf93cd Background Color
<div style="background-color:#bf93cd">
Div content here</div>
This div background color is #bf93cd
#bf93cd Border Color
<div style="border:3px solid #bf93cd">
Div here</div>
This div border color is #bf93cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,147,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf93cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf93cd; -webkit-box-shadow: 1px 1px 3px 2px #bf93cd; box-shadow: 1px 1px 3px 2px #bf93cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,147,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf93cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf93cd; -webkit-box-shadow: 1px 1px 3px 2px #bf93cd; box-shadow: 1px 1px 3px 2px #bf93cd;">
Div content here</div>
This div box has shadow with color #bf93cd
Comments
No comments written yet.
Please login to write comment.