Color spaces of #c714be
RGB | 199 | 20 | 190 |
---|---|---|---|
HSL | 0.84 | 0.82 | 0.43 |
HSV | 303° | 90° | 78° |
CMYK | 0.00 | 0.90 | 0.05 0.22 |
XYZ | 33.0976 | 16.3601 | 50.1286 |
Yxy | 16.3601 | 0.3324 | 0.1643 |
Hunter Lab | 40.4476 | 75.2802 | -45.1675 |
CIE-Lab | 47.4434 | 78.3047 | -45.0472 |
#c714be color RGB value is (199,20,190).
#c714be hex color red value is 199, green value is 20 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c714be hue: 0.84 , saturation: 0.82 and the lightness value of c714be is 0.43.
The process color (four color CMYK) of #c714be color hex is 0.00, 0.90, 0.05, 0.22. Web safe color of #c714be is #cc00cc. Color #c714be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00010100 | 10111110 |
Octal | 307 | 24 | 276 |
Decimal | 199 | 20 | 190 |
Hex | C7 | 14 | BE |
Shades of #c714be
Tints of #c714be
RGB Percentages of Color #c714be
CMYK Percentages of Color #c714be
Complementary Color
#c714be | #14c71d |
#c714be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c714be Color Preview on White Background
Lorem ipsum dolor sit amet.
#c714be Color CSS Codes
.mybgcolor {background-color:#c714be; } .myforecolor {color:#c714be; } .mybordercolor {border:3px solid #c714be; }
#c714be Text Font Color
<p style="color:#c714be">Text here</p>
This sample text font color is #c714be
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.
#c714be Background Color
<div style="background-color:#c714be">
Div content here</div>
This div background color is #c714be
#c714be Border Color
<div style="border:3px solid #c714be">
Div here</div>
This div border color is #c714be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,20,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c714be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c714be; -webkit-box-shadow: 1px 1px 3px 2px #c714be; box-shadow: 1px 1px 3px 2px #c714be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,20,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c714be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c714be; -webkit-box-shadow: 1px 1px 3px 2px #c714be; box-shadow: 1px 1px 3px 2px #c714be;">
Div content here</div>
This div box has shadow with color #c714be
Comments
No comments written yet.
Please login to write comment.