Color spaces of #ffbdff
RGB | 255 | 189 | 255 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.87 |
HSV | 300° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.00 0.00 |
XYZ | 77.4876 | 64.8752 | 103.0459 |
Yxy | 64.8752 | 0.3157 | 0.2644 |
Hunter Lab | 80.5451 | 30.7700 | -19.4714 |
CIE-Lab | 84.4194 | 34.2486 | -23.2234 |
#ffbdff color RGB value is (255,189,255).
#ffbdff hex color red value is 255, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ffbdff hue: 0.83 , saturation: 1.00 and the lightness value of ffbdff is 0.87.
The process color (four color CMYK) of #ffbdff color hex is 0.00, 0.26, 0.00, 0.00. Web safe color of #ffbdff is #ffccff. Color #ffbdff contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111101 | 11111111 |
Octal | 377 | 275 | 377 |
Decimal | 255 | 189 | 255 |
Hex | FF | BD | FF |
Shades of #ffbdff
Tints of #ffbdff
RGB Percentages of Color #ffbdff
CMYK Percentages of Color #ffbdff
Complementary Color
#ffbdff | #bdffbd |
#ffbdff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbdff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbdff Color CSS Codes
.mybgcolor {background-color:#ffbdff; } .myforecolor {color:#ffbdff; } .mybordercolor {border:3px solid #ffbdff; }
#ffbdff Text Font Color
<p style="color:#ffbdff">Text here</p>
This sample text font color is #ffbdff
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.
#ffbdff Background Color
<div style="background-color:#ffbdff">
Div content here</div>
This div background color is #ffbdff
#ffbdff Border Color
<div style="border:3px solid #ffbdff">
Div here</div>
This div border color is #ffbdff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,189,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbdff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbdff; -webkit-box-shadow: 1px 1px 3px 2px #ffbdff; box-shadow: 1px 1px 3px 2px #ffbdff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,189,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbdff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbdff; -webkit-box-shadow: 1px 1px 3px 2px #ffbdff; box-shadow: 1px 1px 3px 2px #ffbdff;">
Div content here</div>
This div box has shadow with color #ffbdff
Comments
No comments written yet.
Please login to write comment.