Color spaces of #d91beb
RGB | 217 | 27 | 235 |
---|---|---|---|
HSL | 0.82 | 0.84 | 0.51 |
HSV | 295° | 89° | 92° |
CMYK | 0.08 | 0.89 | 0.00 0.08 |
XYZ | 44.0026 | 21.5337 | 80.4345 |
Yxy | 21.5337 | 0.3014 | 0.1475 |
Hunter Lab | 46.4044 | 88.0534 | -70.2865 |
CIE-Lab | 53.5287 | 87.1045 | -60.9197 |
#d91beb color RGB value is (217,27,235).
#d91beb hex color red value is 217, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d91beb hue: 0.82 , saturation: 0.84 and the lightness value of d91beb is 0.51.
The process color (four color CMYK) of #d91beb color hex is 0.08, 0.89, 0.00, 0.08. Web safe color of #d91beb is #cc33ff. Color #d91beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00011011 | 11101011 |
Octal | 331 | 33 | 353 |
Decimal | 217 | 27 | 235 |
Hex | D9 | 1B | EB |
Shades of #d91beb
Tints of #d91beb
RGB Percentages of Color #d91beb
CMYK Percentages of Color #d91beb
Complementary Color
#d91beb | #2deb1b |
#d91beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d91beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d91beb Color CSS Codes
.mybgcolor {background-color:#d91beb; } .myforecolor {color:#d91beb; } .mybordercolor {border:3px solid #d91beb; }
#d91beb Text Font Color
<p style="color:#d91beb">Text here</p>
This sample text font color is #d91beb
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.
#d91beb Background Color
<div style="background-color:#d91beb">
Div content here</div>
This div background color is #d91beb
#d91beb Border Color
<div style="border:3px solid #d91beb">
Div here</div>
This div border color is #d91beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,27,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d91beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d91beb; -webkit-box-shadow: 1px 1px 3px 2px #d91beb; box-shadow: 1px 1px 3px 2px #d91beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,27,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 #d91beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d91beb; -webkit-box-shadow: 1px 1px 3px 2px #d91beb; box-shadow: 1px 1px 3px 2px #d91beb;">
Div content here</div>
This div box has shadow with color #d91beb
Comments
No comments written yet.
Please login to write comment.