Color spaces of #c29cfe
RGB | 194 | 156 | 254 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.80 |
HSV | 263° | 39° | 100° |
CMYK | 0.24 | 0.39 | 0.00 0.00 |
XYZ | 52.0260 | 42.4020 | 99.2083 |
Yxy | 42.4020 | 0.2687 | 0.2190 |
Hunter Lab | 65.1168 | 28.6607 | -44.7491 |
CIE-Lab | 71.1472 | 33.3725 | -43.6379 |
#c29cfe color RGB value is (194,156,254).
#c29cfe hex color red value is 194, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c29cfe hue: 0.73 , saturation: 0.98 and the lightness value of c29cfe is 0.80.
The process color (four color CMYK) of #c29cfe color hex is 0.24, 0.39, 0.00, 0.00. Web safe color of #c29cfe is #cc99ff. Color #c29cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10011100 | 11111110 |
Octal | 302 | 234 | 376 |
Decimal | 194 | 156 | 254 |
Hex | C2 | 9C | FE |
Shades of #c29cfe
Tints of #c29cfe
RGB Percentages of Color #c29cfe
CMYK Percentages of Color #c29cfe
Complementary Color
#c29cfe | #d8fe9c |
#c29cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c29cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c29cfe Color CSS Codes
.mybgcolor {background-color:#c29cfe; } .myforecolor {color:#c29cfe; } .mybordercolor {border:3px solid #c29cfe; }
#c29cfe Text Font Color
<p style="color:#c29cfe">Text here</p>
This sample text font color is #c29cfe
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.
#c29cfe Background Color
<div style="background-color:#c29cfe">
Div content here</div>
This div background color is #c29cfe
#c29cfe Border Color
<div style="border:3px solid #c29cfe">
Div here</div>
This div border color is #c29cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,156,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c29cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c29cfe; -webkit-box-shadow: 1px 1px 3px 2px #c29cfe; box-shadow: 1px 1px 3px 2px #c29cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,156,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c29cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c29cfe; -webkit-box-shadow: 1px 1px 3px 2px #c29cfe; box-shadow: 1px 1px 3px 2px #c29cfe;">
Div content here</div>
This div box has shadow with color #c29cfe
Comments
No comments written yet.
Please login to write comment.