Color spaces of #d0325c
RGB | 208 | 50 | 92 |
---|---|---|---|
HSL | 0.96 | 0.63 | 0.51 |
HSV | 344° | 76° | 82° |
CMYK | 0.00 | 0.76 | 0.56 0.18 |
XYZ | 29.0848 | 16.4638 | 11.7701 |
Yxy | 16.4638 | 0.5074 | 0.2872 |
Hunter Lab | 40.5756 | 56.9424 | 11.2042 |
CIE-Lab | 47.5772 | 62.8952 | 14.3428 |
#d0325c color RGB value is (208,50,92).
#d0325c hex color red value is 208, green value is 50 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d0325c hue: 0.96 , saturation: 0.63 and the lightness value of d0325c is 0.51.
The process color (four color CMYK) of #d0325c color hex is 0.00, 0.76, 0.56, 0.18. Web safe color of #d0325c is #cc3366. Color #d0325c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00110010 | 01011100 |
Octal | 320 | 62 | 134 |
Decimal | 208 | 50 | 92 |
Hex | D0 | 32 | 5C |
Shades of #d0325c
Tints of #d0325c
RGB Percentages of Color #d0325c
CMYK Percentages of Color #d0325c
Complementary Color
#d0325c | #32d0a6 |
#d0325c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0325c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0325c Color CSS Codes
.mybgcolor {background-color:#d0325c; } .myforecolor {color:#d0325c; } .mybordercolor {border:3px solid #d0325c; }
#d0325c Text Font Color
<p style="color:#d0325c">Text here</p>
This sample text font color is #d0325c
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.
#d0325c Background Color
<div style="background-color:#d0325c">
Div content here</div>
This div background color is #d0325c
#d0325c Border Color
<div style="border:3px solid #d0325c">
Div here</div>
This div border color is #d0325c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,50,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0325c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0325c; -webkit-box-shadow: 1px 1px 3px 2px #d0325c; box-shadow: 1px 1px 3px 2px #d0325c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,50,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0325c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0325c; -webkit-box-shadow: 1px 1px 3px 2px #d0325c; box-shadow: 1px 1px 3px 2px #d0325c;">
Div content here</div>
This div box has shadow with color #d0325c
Comments
No comments written yet.
Please login to write comment.