Color spaces of #c189fa
RGB | 193 | 137 | 250 |
---|---|---|---|
HSL | 0.75 | 0.92 | 0.76 |
HSV | 270° | 45° | 98° |
CMYK | 0.23 | 0.45 | 0.00 0.02 |
XYZ | 48.1933 | 36.1309 | 94.8764 |
Yxy | 36.1309 | 0.2689 | 0.2016 |
Hunter Lab | 60.1090 | 37.9244 | -51.5074 |
CIE-Lab | 66.6198 | 42.5861 | -48.5796 |
#c189fa color RGB value is (193,137,250).
#c189fa hex color red value is 193, green value is 137 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c189fa hue: 0.75 , saturation: 0.92 and the lightness value of c189fa is 0.76.
The process color (four color CMYK) of #c189fa color hex is 0.23, 0.45, 0.00, 0.02. Web safe color of #c189fa is #cc99ff. Color #c189fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10001001 | 11111010 |
Octal | 301 | 211 | 372 |
Decimal | 193 | 137 | 250 |
Hex | C1 | 89 | FA |
Shades of #c189fa
Tints of #c189fa
RGB Percentages of Color #c189fa
CMYK Percentages of Color #c189fa
Complementary Color
#c189fa | #c2fa89 |
#c189fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c189fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c189fa Color CSS Codes
.mybgcolor {background-color:#c189fa; } .myforecolor {color:#c189fa; } .mybordercolor {border:3px solid #c189fa; }
#c189fa Text Font Color
<p style="color:#c189fa">Text here</p>
This sample text font color is #c189fa
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.
#c189fa Background Color
<div style="background-color:#c189fa">
Div content here</div>
This div background color is #c189fa
#c189fa Border Color
<div style="border:3px solid #c189fa">
Div here</div>
This div border color is #c189fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,137,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c189fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c189fa; -webkit-box-shadow: 1px 1px 3px 2px #c189fa; box-shadow: 1px 1px 3px 2px #c189fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,137,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c189fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c189fa; -webkit-box-shadow: 1px 1px 3px 2px #c189fa; box-shadow: 1px 1px 3px 2px #c189fa;">
Div content here</div>
This div box has shadow with color #c189fa
Comments
No comments written yet.
Please login to write comment.