Color spaces of #d5368a
RGB | 213 | 54 | 138 |
---|---|---|---|
HSL | 0.91 | 0.65 | 0.52 |
HSV | 328° | 75° | 84° |
CMYK | 0.00 | 0.75 | 0.35 0.16 |
XYZ | 33.3472 | 18.6194 | 25.8811 |
Yxy | 18.6194 | 0.4284 | 0.2392 |
Hunter Lab | 43.1502 | 62.4349 | -5.3565 |
CIE-Lab | 50.2389 | 67.1372 | -9.6853 |
#d5368a color RGB value is (213,54,138).
#d5368a hex color red value is 213, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d5368a hue: 0.91 , saturation: 0.65 and the lightness value of d5368a is 0.52.
The process color (four color CMYK) of #d5368a color hex is 0.00, 0.75, 0.35, 0.16. Web safe color of #d5368a is #cc3399. Color #d5368a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00110110 | 10001010 |
Octal | 325 | 66 | 212 |
Decimal | 213 | 54 | 138 |
Hex | D5 | 36 | 8A |
Shades of #d5368a
Tints of #d5368a
RGB Percentages of Color #d5368a
CMYK Percentages of Color #d5368a
Complementary Color
#d5368a | #36d581 |
#d5368a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5368a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5368a Color CSS Codes
.mybgcolor {background-color:#d5368a; } .myforecolor {color:#d5368a; } .mybordercolor {border:3px solid #d5368a; }
#d5368a Text Font Color
<p style="color:#d5368a">Text here</p>
This sample text font color is #d5368a
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.
#d5368a Background Color
<div style="background-color:#d5368a">
Div content here</div>
This div background color is #d5368a
#d5368a Border Color
<div style="border:3px solid #d5368a">
Div here</div>
This div border color is #d5368a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,54,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5368a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5368a; -webkit-box-shadow: 1px 1px 3px 2px #d5368a; box-shadow: 1px 1px 3px 2px #d5368a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,54,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5368a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5368a; -webkit-box-shadow: 1px 1px 3px 2px #d5368a; box-shadow: 1px 1px 3px 2px #d5368a;">
Div content here</div>
This div box has shadow with color #d5368a
Comments
No comments written yet.
Please login to write comment.