Color spaces of #c731ea
RGB | 199 | 49 | 234 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.55 |
HSV | 289° | 79° | 92° |
CMYK | 0.15 | 0.79 | 0.00 0.08 |
XYZ | 39.5028 | 20.2793 | 79.6742 |
Yxy | 20.2793 | 0.2833 | 0.1454 |
Hunter Lab | 45.0325 | 77.7742 | -73.3765 |
CIE-Lab | 52.1515 | 79.3788 | -62.7227 |
#c731ea color RGB value is (199,49,234).
#c731ea hex color red value is 199, green value is 49 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c731ea hue: 0.80 , saturation: 0.81 and the lightness value of c731ea is 0.55.
The process color (four color CMYK) of #c731ea color hex is 0.15, 0.79, 0.00, 0.08. Web safe color of #c731ea is #cc33ff. Color #c731ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00110001 | 11101010 |
Octal | 307 | 61 | 352 |
Decimal | 199 | 49 | 234 |
Hex | C7 | 31 | EA |
Shades of #c731ea
Tints of #c731ea
RGB Percentages of Color #c731ea
CMYK Percentages of Color #c731ea
Complementary Color
#c731ea | #54ea31 |
#c731ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c731ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c731ea Color CSS Codes
.mybgcolor {background-color:#c731ea; } .myforecolor {color:#c731ea; } .mybordercolor {border:3px solid #c731ea; }
#c731ea Text Font Color
<p style="color:#c731ea">Text here</p>
This sample text font color is #c731ea
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.
#c731ea Background Color
<div style="background-color:#c731ea">
Div content here</div>
This div background color is #c731ea
#c731ea Border Color
<div style="border:3px solid #c731ea">
Div here</div>
This div border color is #c731ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,49,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c731ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c731ea; -webkit-box-shadow: 1px 1px 3px 2px #c731ea; box-shadow: 1px 1px 3px 2px #c731ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,49,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c731ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c731ea; -webkit-box-shadow: 1px 1px 3px 2px #c731ea; box-shadow: 1px 1px 3px 2px #c731ea;">
Div content here</div>
This div box has shadow with color #c731ea
Comments
No comments written yet.
Please login to write comment.