Color spaces of #c71fae
RGB | 199 | 31 | 174 |
---|---|---|---|
HSL | 0.86 | 0.73 | 0.45 |
HSV | 309° | 84° | 78° |
CMYK | 0.00 | 0.84 | 0.13 0.22 |
XYZ | 31.6832 | 16.1781 | 41.4972 |
Yxy | 16.1781 | 0.3546 | 0.1810 |
Hunter Lab | 40.2220 | 70.2174 | -33.0143 |
CIE-Lab | 47.2073 | 74.2386 | -36.0269 |
#c71fae color RGB value is (199,31,174).
#c71fae hex color red value is 199, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c71fae hue: 0.86 , saturation: 0.73 and the lightness value of c71fae is 0.45.
The process color (four color CMYK) of #c71fae color hex is 0.00, 0.84, 0.13, 0.22. Web safe color of #c71fae is #cc3399. Color #c71fae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00011111 | 10101110 |
Octal | 307 | 37 | 256 |
Decimal | 199 | 31 | 174 |
Hex | C7 | 1F | AE |
Shades of #c71fae
Tints of #c71fae
RGB Percentages of Color #c71fae
CMYK Percentages of Color #c71fae
Complementary Color
#c71fae | #1fc738 |
#c71fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c71fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c71fae Color CSS Codes
.mybgcolor {background-color:#c71fae; } .myforecolor {color:#c71fae; } .mybordercolor {border:3px solid #c71fae; }
#c71fae Text Font Color
<p style="color:#c71fae">Text here</p>
This sample text font color is #c71fae
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.
#c71fae Background Color
<div style="background-color:#c71fae">
Div content here</div>
This div background color is #c71fae
#c71fae Border Color
<div style="border:3px solid #c71fae">
Div here</div>
This div border color is #c71fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,31,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c71fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c71fae; -webkit-box-shadow: 1px 1px 3px 2px #c71fae; box-shadow: 1px 1px 3px 2px #c71fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,31,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 #c71fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c71fae; -webkit-box-shadow: 1px 1px 3px 2px #c71fae; box-shadow: 1px 1px 3px 2px #c71fae;">
Div content here</div>
This div box has shadow with color #c71fae
Comments
No comments written yet.
Please login to write comment.