Color spaces of #d55bbf
RGB | 213 | 91 | 191 |
---|---|---|---|
HSL | 0.86 | 0.59 | 0.60 |
HSV | 311° | 57° | 84° |
CMYK | 0.00 | 0.57 | 0.10 0.16 |
XYZ | 40.5856 | 25.3899 | 52.0519 |
Yxy | 25.3899 | 0.3439 | 0.2151 |
Hunter Lab | 50.3884 | 55.5941 | -25.9755 |
CIE-Lab | 57.4534 | 59.9048 | -29.7390 |
#d55bbf color RGB value is (213,91,191).
#d55bbf hex color red value is 213, green value is 91 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d55bbf hue: 0.86 , saturation: 0.59 and the lightness value of d55bbf is 0.60.
The process color (four color CMYK) of #d55bbf color hex is 0.00, 0.57, 0.10, 0.16. Web safe color of #d55bbf is #cc66cc. Color #d55bbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01011011 | 10111111 |
Octal | 325 | 133 | 277 |
Decimal | 213 | 91 | 191 |
Hex | D5 | 5B | BF |
Shades of #d55bbf
Tints of #d55bbf
RGB Percentages of Color #d55bbf
CMYK Percentages of Color #d55bbf
Complementary Color
#d55bbf | #5bd571 |
#d55bbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d55bbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d55bbf Color CSS Codes
.mybgcolor {background-color:#d55bbf; } .myforecolor {color:#d55bbf; } .mybordercolor {border:3px solid #d55bbf; }
#d55bbf Text Font Color
<p style="color:#d55bbf">Text here</p>
This sample text font color is #d55bbf
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.
#d55bbf Background Color
<div style="background-color:#d55bbf">
Div content here</div>
This div background color is #d55bbf
#d55bbf Border Color
<div style="border:3px solid #d55bbf">
Div here</div>
This div border color is #d55bbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,91,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d55bbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d55bbf; -webkit-box-shadow: 1px 1px 3px 2px #d55bbf; box-shadow: 1px 1px 3px 2px #d55bbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,91,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d55bbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d55bbf; -webkit-box-shadow: 1px 1px 3px 2px #d55bbf; box-shadow: 1px 1px 3px 2px #d55bbf;">
Div content here</div>
This div box has shadow with color #d55bbf
Comments
No comments written yet.
Please login to write comment.