Color spaces of #bd85eb
RGB | 189 | 133 | 235 |
---|---|---|---|
HSL | 0.76 | 0.72 | 0.72 |
HSV | 273° | 43° | 92° |
CMYK | 0.20 | 0.43 | 0.00 0.08 |
XYZ | 44.3692 | 33.5920 | 82.7427 |
Yxy | 33.5920 | 0.2761 | 0.2090 |
Hunter Lab | 57.9586 | 35.2200 | -44.0724 |
CIE-Lab | 64.6374 | 40.2933 | -43.4799 |
#bd85eb color RGB value is (189,133,235).
#bd85eb hex color red value is 189, green value is 133 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd85eb hue: 0.76 , saturation: 0.72 and the lightness value of bd85eb is 0.72.
The process color (four color CMYK) of #bd85eb color hex is 0.20, 0.43, 0.00, 0.08. Web safe color of #bd85eb is #cc99ff. Color #bd85eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10000101 | 11101011 |
Octal | 275 | 205 | 353 |
Decimal | 189 | 133 | 235 |
Hex | BD | 85 | EB |
Shades of #bd85eb
Tints of #bd85eb
RGB Percentages of Color #bd85eb
CMYK Percentages of Color #bd85eb
Complementary Color
#bd85eb | #b3eb85 |
#bd85eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd85eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd85eb Color CSS Codes
.mybgcolor {background-color:#bd85eb; } .myforecolor {color:#bd85eb; } .mybordercolor {border:3px solid #bd85eb; }
#bd85eb Text Font Color
<p style="color:#bd85eb">Text here</p>
This sample text font color is #bd85eb
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.
#bd85eb Background Color
<div style="background-color:#bd85eb">
Div content here</div>
This div background color is #bd85eb
#bd85eb Border Color
<div style="border:3px solid #bd85eb">
Div here</div>
This div border color is #bd85eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,133,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd85eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd85eb; -webkit-box-shadow: 1px 1px 3px 2px #bd85eb; box-shadow: 1px 1px 3px 2px #bd85eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,133,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 #bd85eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd85eb; -webkit-box-shadow: 1px 1px 3px 2px #bd85eb; box-shadow: 1px 1px 3px 2px #bd85eb;">
Div content here</div>
This div box has shadow with color #bd85eb
#bd85eb Color Palettes
Comments
No comments written yet.
Please login to write comment.