Color spaces of #c634ae
RGB | 198 | 52 | 174 |
---|---|---|---|
HSL | 0.86 | 0.58 | 0.49 |
HSV | 310° | 74° | 78° |
CMYK | 0.00 | 0.74 | 0.12 0.22 |
XYZ | 32.1567 | 17.5177 | 41.7308 |
Yxy | 17.5177 | 0.3518 | 0.1916 |
Hunter Lab | 41.8542 | 63.8974 | -29.8174 |
CIE-Lab | 48.9058 | 68.6358 | -33.3700 |
#c634ae color RGB value is (198,52,174).
#c634ae hex color red value is 198, green value is 52 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c634ae hue: 0.86 , saturation: 0.58 and the lightness value of c634ae is 0.49.
The process color (four color CMYK) of #c634ae color hex is 0.00, 0.74, 0.12, 0.22. Web safe color of #c634ae is #cc3399. Color #c634ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00110100 | 10101110 |
Octal | 306 | 64 | 256 |
Decimal | 198 | 52 | 174 |
Hex | C6 | 34 | AE |
Shades of #c634ae
Tints of #c634ae
RGB Percentages of Color #c634ae
CMYK Percentages of Color #c634ae
Complementary Color
#c634ae | #34c64c |
#c634ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c634ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c634ae Color CSS Codes
.mybgcolor {background-color:#c634ae; } .myforecolor {color:#c634ae; } .mybordercolor {border:3px solid #c634ae; }
#c634ae Text Font Color
<p style="color:#c634ae">Text here</p>
This sample text font color is #c634ae
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.
#c634ae Background Color
<div style="background-color:#c634ae">
Div content here</div>
This div background color is #c634ae
#c634ae Border Color
<div style="border:3px solid #c634ae">
Div here</div>
This div border color is #c634ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,52,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c634ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c634ae; -webkit-box-shadow: 1px 1px 3px 2px #c634ae; box-shadow: 1px 1px 3px 2px #c634ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,52,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c634ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c634ae; -webkit-box-shadow: 1px 1px 3px 2px #c634ae; box-shadow: 1px 1px 3px 2px #c634ae;">
Div content here</div>
This div box has shadow with color #c634ae
Comments
No comments written yet.
Please login to write comment.