Color spaces of #d04bbd
RGB | 208 | 75 | 189 |
---|---|---|---|
HSL | 0.86 | 0.59 | 0.55 |
HSV | 309° | 64° | 82° |
CMYK | 0.00 | 0.64 | 0.09 0.18 |
XYZ | 37.7138 | 22.1162 | 50.4252 |
Yxy | 22.1162 | 0.3421 | 0.2006 |
Hunter Lab | 47.0279 | 60.8486 | -30.6537 |
CIE-Lab | 54.1501 | 65.0443 | -33.7880 |
#d04bbd color RGB value is (208,75,189).
#d04bbd hex color red value is 208, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d04bbd hue: 0.86 , saturation: 0.59 and the lightness value of d04bbd is 0.55.
The process color (four color CMYK) of #d04bbd color hex is 0.00, 0.64, 0.09, 0.18. Web safe color of #d04bbd is #cc33cc. Color #d04bbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01001011 | 10111101 |
Octal | 320 | 113 | 275 |
Decimal | 208 | 75 | 189 |
Hex | D0 | 4B | BD |
Shades of #d04bbd
Tints of #d04bbd
RGB Percentages of Color #d04bbd
CMYK Percentages of Color #d04bbd
Complementary Color
#d04bbd | #4bd05e |
#d04bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d04bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d04bbd Color CSS Codes
.mybgcolor {background-color:#d04bbd; } .myforecolor {color:#d04bbd; } .mybordercolor {border:3px solid #d04bbd; }
#d04bbd Text Font Color
<p style="color:#d04bbd">Text here</p>
This sample text font color is #d04bbd
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.
#d04bbd Background Color
<div style="background-color:#d04bbd">
Div content here</div>
This div background color is #d04bbd
#d04bbd Border Color
<div style="border:3px solid #d04bbd">
Div here</div>
This div border color is #d04bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,75,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d04bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d04bbd; -webkit-box-shadow: 1px 1px 3px 2px #d04bbd; box-shadow: 1px 1px 3px 2px #d04bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,75,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d04bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d04bbd; -webkit-box-shadow: 1px 1px 3px 2px #d04bbd; box-shadow: 1px 1px 3px 2px #d04bbd;">
Div content here</div>
This div box has shadow with color #d04bbd
Comments
No comments written yet.
Please login to write comment.