Color spaces of #d674c8
RGB | 214 | 116 | 200 |
---|---|---|---|
HSL | 0.86 | 0.54 | 0.65 |
HSV | 309° | 46° | 84° |
CMYK | 0.00 | 0.46 | 0.07 0.16 |
XYZ | 44.4023 | 30.9571 | 58.2786 |
Yxy | 30.9571 | 0.3323 | 0.2316 |
Hunter Lab | 55.6391 | 45.0819 | -23.1553 |
CIE-Lab | 62.4714 | 49.7260 | -27.0896 |
#d674c8 color RGB value is (214,116,200).
#d674c8 hex color red value is 214, green value is 116 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #d674c8 hue: 0.86 , saturation: 0.54 and the lightness value of d674c8 is 0.65.
The process color (four color CMYK) of #d674c8 color hex is 0.00, 0.46, 0.07, 0.16. Web safe color of #d674c8 is #cc66cc. Color #d674c8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01110100 | 11001000 |
Octal | 326 | 164 | 310 |
Decimal | 214 | 116 | 200 |
Hex | D6 | 74 | C8 |
Shades of #d674c8
Tints of #d674c8
RGB Percentages of Color #d674c8
CMYK Percentages of Color #d674c8
Complementary Color
#d674c8 | #74d682 |
#d674c8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d674c8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d674c8 Color CSS Codes
.mybgcolor {background-color:#d674c8; } .myforecolor {color:#d674c8; } .mybordercolor {border:3px solid #d674c8; }
#d674c8 Text Font Color
<p style="color:#d674c8">Text here</p>
This sample text font color is #d674c8
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.
#d674c8 Background Color
<div style="background-color:#d674c8">
Div content here</div>
This div background color is #d674c8
#d674c8 Border Color
<div style="border:3px solid #d674c8">
Div here</div>
This div border color is #d674c8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,116,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d674c8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d674c8; -webkit-box-shadow: 1px 1px 3px 2px #d674c8; box-shadow: 1px 1px 3px 2px #d674c8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,116,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d674c8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d674c8; -webkit-box-shadow: 1px 1px 3px 2px #d674c8; box-shadow: 1px 1px 3px 2px #d674c8;">
Div content here</div>
This div box has shadow with color #d674c8
Comments
No comments written yet.
Please login to write comment.