Color spaces of #c289ff
RGB | 194 | 137 | 255 |
---|---|---|---|
HSL | 0.75 | 1.00 | 0.77 |
HSV | 269° | 46° | 100° |
CMYK | 0.24 | 0.46 | 0.00 0.00 |
XYZ | 49.2438 | 36.5807 | 99.0731 |
Yxy | 36.5807 | 0.2663 | 0.1978 |
Hunter Lab | 60.4820 | 39.4894 | -54.7832 |
CIE-Lab | 66.9613 | 43.9905 | -50.7670 |
#c289ff color RGB value is (194,137,255).
#c289ff hex color red value is 194, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c289ff hue: 0.75 , saturation: 1.00 and the lightness value of c289ff is 0.77.
The process color (four color CMYK) of #c289ff color hex is 0.24, 0.46, 0.00, 0.00. Web safe color of #c289ff is #cc99ff. Color #c289ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10001001 | 11111111 |
Octal | 302 | 211 | 377 |
Decimal | 194 | 137 | 255 |
Hex | C2 | 89 | FF |
Shades of #c289ff
Tints of #c289ff
RGB Percentages of Color #c289ff
CMYK Percentages of Color #c289ff
Complementary Color
#c289ff | #c6ff89 |
#c289ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c289ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c289ff Color CSS Codes
.mybgcolor {background-color:#c289ff; } .myforecolor {color:#c289ff; } .mybordercolor {border:3px solid #c289ff; }
#c289ff Text Font Color
<p style="color:#c289ff">Text here</p>
This sample text font color is #c289ff
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.
#c289ff Background Color
<div style="background-color:#c289ff">
Div content here</div>
This div background color is #c289ff
#c289ff Border Color
<div style="border:3px solid #c289ff">
Div here</div>
This div border color is #c289ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,137,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c289ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c289ff; -webkit-box-shadow: 1px 1px 3px 2px #c289ff; box-shadow: 1px 1px 3px 2px #c289ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,137,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c289ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c289ff; -webkit-box-shadow: 1px 1px 3px 2px #c289ff; box-shadow: 1px 1px 3px 2px #c289ff;">
Div content here</div>
This div box has shadow with color #c289ff
Comments
No comments written yet.
Please login to write comment.