Color spaces of #d13aeb
RGB | 209 | 58 | 235 |
---|---|---|---|
HSL | 0.81 | 0.82 | 0.57 |
HSV | 291° | 75° | 92° |
CMYK | 0.11 | 0.75 | 0.00 0.08 |
XYZ | 42.8029 | 22.5796 | 80.6996 |
Yxy | 22.5796 | 0.2930 | 0.1546 |
Hunter Lab | 47.5180 | 77.6314 | -67.4293 |
CIE-Lab | 54.6366 | 78.7812 | -59.2079 |
#d13aeb color RGB value is (209,58,235).
#d13aeb hex color red value is 209, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d13aeb hue: 0.81 , saturation: 0.82 and the lightness value of d13aeb is 0.57.
The process color (four color CMYK) of #d13aeb color hex is 0.11, 0.75, 0.00, 0.08. Web safe color of #d13aeb is #cc33ff. Color #d13aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 00111010 | 11101011 |
Octal | 321 | 72 | 353 |
Decimal | 209 | 58 | 235 |
Hex | D1 | 3A | EB |
Shades of #d13aeb
Tints of #d13aeb
RGB Percentages of Color #d13aeb
CMYK Percentages of Color #d13aeb
Complementary Color
#d13aeb | #54eb3a |
#d13aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d13aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d13aeb Color CSS Codes
.mybgcolor {background-color:#d13aeb; } .myforecolor {color:#d13aeb; } .mybordercolor {border:3px solid #d13aeb; }
#d13aeb Text Font Color
<p style="color:#d13aeb">Text here</p>
This sample text font color is #d13aeb
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.
#d13aeb Background Color
<div style="background-color:#d13aeb">
Div content here</div>
This div background color is #d13aeb
#d13aeb Border Color
<div style="border:3px solid #d13aeb">
Div here</div>
This div border color is #d13aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,58,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d13aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d13aeb; -webkit-box-shadow: 1px 1px 3px 2px #d13aeb; box-shadow: 1px 1px 3px 2px #d13aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,58,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 #d13aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d13aeb; -webkit-box-shadow: 1px 1px 3px 2px #d13aeb; box-shadow: 1px 1px 3px 2px #d13aeb;">
Div content here</div>
This div box has shadow with color #d13aeb
Comments
No comments written yet.
Please login to write comment.