Color spaces of #d0306b
RGB | 208 | 48 | 107 |
---|---|---|---|
HSL | 0.94 | 0.63 | 0.50 |
HSV | 338° | 77° | 82° |
CMYK | 0.00 | 0.77 | 0.49 0.18 |
XYZ | 29.7232 | 16.5853 | 15.5446 |
Yxy | 16.5853 | 0.4805 | 0.2681 |
Hunter Lab | 40.7251 | 59.0095 | 5.8768 |
CIE-Lab | 47.7332 | 64.6701 | 5.3559 |
#d0306b color RGB value is (208,48,107).
#d0306b hex color red value is 208, green value is 48 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d0306b hue: 0.94 , saturation: 0.63 and the lightness value of d0306b is 0.50.
The process color (four color CMYK) of #d0306b color hex is 0.00, 0.77, 0.49, 0.18. Web safe color of #d0306b is #cc3366. Color #d0306b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00110000 | 01101011 |
Octal | 320 | 60 | 153 |
Decimal | 208 | 48 | 107 |
Hex | D0 | 30 | 6B |
Shades of #d0306b
Tints of #d0306b
RGB Percentages of Color #d0306b
CMYK Percentages of Color #d0306b
Complementary Color
#d0306b | #30d095 |
#d0306b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0306b Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0306b Color CSS Codes
.mybgcolor {background-color:#d0306b; } .myforecolor {color:#d0306b; } .mybordercolor {border:3px solid #d0306b; }
#d0306b Text Font Color
<p style="color:#d0306b">Text here</p>
This sample text font color is #d0306b
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.
#d0306b Background Color
<div style="background-color:#d0306b">
Div content here</div>
This div background color is #d0306b
#d0306b Border Color
<div style="border:3px solid #d0306b">
Div here</div>
This div border color is #d0306b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,48,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0306b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0306b; -webkit-box-shadow: 1px 1px 3px 2px #d0306b; box-shadow: 1px 1px 3px 2px #d0306b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,48,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0306b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0306b; -webkit-box-shadow: 1px 1px 3px 2px #d0306b; box-shadow: 1px 1px 3px 2px #d0306b;">
Div content here</div>
This div box has shadow with color #d0306b
Comments
No comments written yet.
Please login to write comment.