Color spaces of #c379ea
RGB | 195 | 121 | 234 |
---|---|---|---|
HSL | 0.78 | 0.73 | 0.70 |
HSV | 279° | 48° | 92° |
CMYK | 0.17 | 0.48 | 0.00 0.08 |
XYZ | 44.1943 | 31.2174 | 81.5382 |
Yxy | 31.2174 | 0.2816 | 0.1989 |
Hunter Lab | 55.8725 | 43.4138 | -47.4147 |
CIE-Lab | 62.6907 | 48.1739 | -45.9463 |
#c379ea color RGB value is (195,121,234).
#c379ea hex color red value is 195, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c379ea hue: 0.78 , saturation: 0.73 and the lightness value of c379ea is 0.70.
The process color (four color CMYK) of #c379ea color hex is 0.17, 0.48, 0.00, 0.08. Web safe color of #c379ea is #cc66ff. Color #c379ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01111001 | 11101010 |
Octal | 303 | 171 | 352 |
Decimal | 195 | 121 | 234 |
Hex | C3 | 79 | EA |
Shades of #c379ea
Tints of #c379ea
RGB Percentages of Color #c379ea
CMYK Percentages of Color #c379ea
Complementary Color
#c379ea | #a0ea79 |
#c379ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c379ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c379ea Color CSS Codes
.mybgcolor {background-color:#c379ea; } .myforecolor {color:#c379ea; } .mybordercolor {border:3px solid #c379ea; }
#c379ea Text Font Color
<p style="color:#c379ea">Text here</p>
This sample text font color is #c379ea
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.
#c379ea Background Color
<div style="background-color:#c379ea">
Div content here</div>
This div background color is #c379ea
#c379ea Border Color
<div style="border:3px solid #c379ea">
Div here</div>
This div border color is #c379ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,121,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c379ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c379ea; -webkit-box-shadow: 1px 1px 3px 2px #c379ea; box-shadow: 1px 1px 3px 2px #c379ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,121,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 #c379ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c379ea; -webkit-box-shadow: 1px 1px 3px 2px #c379ea; box-shadow: 1px 1px 3px 2px #c379ea;">
Div content here</div>
This div box has shadow with color #c379ea
Comments
No comments written yet.
Please login to write comment.