Color spaces of #d11beb
RGB | 209 | 27 | 235 |
---|---|---|---|
HSL | 0.81 | 0.84 | 0.51 |
HSV | 293° | 89° | 92° |
CMYK | 0.11 | 0.89 | 0.00 0.08 |
XYZ | 41.6818 | 20.3373 | 80.3259 |
Yxy | 20.3373 | 0.2928 | 0.1429 |
Hunter Lab | 45.0969 | 86.0630 | -74.0386 |
CIE-Lab | 52.2164 | 85.8374 | -63.1008 |
#d11beb color RGB value is (209,27,235).
#d11beb hex color red value is 209, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d11beb hue: 0.81 , saturation: 0.84 and the lightness value of d11beb is 0.51.
The process color (four color CMYK) of #d11beb color hex is 0.11, 0.89, 0.00, 0.08. Web safe color of #d11beb is #cc33ff. Color #d11beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00011011 | 11101011 |
Octal | 321 | 33 | 353 |
Decimal | 209 | 27 | 235 |
Hex | D1 | 1B | EB |
Shades of #d11beb
Tints of #d11beb
RGB Percentages of Color #d11beb
CMYK Percentages of Color #d11beb
Complementary Color
#d11beb | #35eb1b |
#d11beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d11beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d11beb Color CSS Codes
.mybgcolor {background-color:#d11beb; } .myforecolor {color:#d11beb; } .mybordercolor {border:3px solid #d11beb; }
#d11beb Text Font Color
<p style="color:#d11beb">Text here</p>
This sample text font color is #d11beb
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.
#d11beb Background Color
<div style="background-color:#d11beb">
Div content here</div>
This div background color is #d11beb
#d11beb Border Color
<div style="border:3px solid #d11beb">
Div here</div>
This div border color is #d11beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,27,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d11beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d11beb; -webkit-box-shadow: 1px 1px 3px 2px #d11beb; box-shadow: 1px 1px 3px 2px #d11beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,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 #d11beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d11beb; -webkit-box-shadow: 1px 1px 3px 2px #d11beb; box-shadow: 1px 1px 3px 2px #d11beb;">
Div content here</div>
This div box has shadow with color #d11beb
Comments
No comments written yet.
Please login to write comment.