Color spaces of #c280ea
RGB | 194 | 128 | 234 |
---|---|---|---|
HSL | 0.77 | 0.72 | 0.71 |
HSV | 277° | 45° | 92° |
CMYK | 0.17 | 0.45 | 0.00 0.08 |
XYZ | 44.8186 | 32.8482 | 81.8200 |
Yxy | 32.8482 | 0.2810 | 0.2060 |
Hunter Lab | 57.3133 | 39.2873 | -44.5225 |
CIE-Lab | 64.0378 | 44.1830 | -43.8328 |
#c280ea color RGB value is (194,128,234).
#c280ea hex color red value is 194, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c280ea hue: 0.77 , saturation: 0.72 and the lightness value of c280ea is 0.71.
The process color (four color CMYK) of #c280ea color hex is 0.17, 0.45, 0.00, 0.08. Web safe color of #c280ea is #cc99ff. Color #c280ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10000000 | 11101010 |
Octal | 302 | 200 | 352 |
Decimal | 194 | 128 | 234 |
Hex | C2 | 80 | EA |
Shades of #c280ea
Tints of #c280ea
RGB Percentages of Color #c280ea
CMYK Percentages of Color #c280ea
Complementary Color
#c280ea | #a8ea80 |
#c280ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c280ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c280ea Color CSS Codes
.mybgcolor {background-color:#c280ea; } .myforecolor {color:#c280ea; } .mybordercolor {border:3px solid #c280ea; }
#c280ea Text Font Color
<p style="color:#c280ea">Text here</p>
This sample text font color is #c280ea
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.
#c280ea Background Color
<div style="background-color:#c280ea">
Div content here</div>
This div background color is #c280ea
#c280ea Border Color
<div style="border:3px solid #c280ea">
Div here</div>
This div border color is #c280ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,128,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c280ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c280ea; -webkit-box-shadow: 1px 1px 3px 2px #c280ea; box-shadow: 1px 1px 3px 2px #c280ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,128,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 #c280ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c280ea; -webkit-box-shadow: 1px 1px 3px 2px #c280ea; box-shadow: 1px 1px 3px 2px #c280ea;">
Div content here</div>
This div box has shadow with color #c280ea
Comments
No comments written yet.
Please login to write comment.