Color spaces of #c18ffb
RGB | 193 | 143 | 251 |
---|---|---|---|
HSL | 0.74 | 0.93 | 0.77 |
HSV | 268° | 43° | 98° |
CMYK | 0.23 | 0.43 | 0.00 0.02 |
XYZ | 49.2274 | 37.9474 | 95.9968 |
Yxy | 37.9474 | 0.2688 | 0.2072 |
Hunter Lab | 61.6015 | 34.8416 | -49.2737 |
CIE-Lab | 67.9818 | 39.5469 | -46.9803 |
#c18ffb color RGB value is (193,143,251).
#c18ffb hex color red value is 193, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c18ffb hue: 0.74 , saturation: 0.93 and the lightness value of c18ffb is 0.77.
The process color (four color CMYK) of #c18ffb color hex is 0.23, 0.43, 0.00, 0.02. Web safe color of #c18ffb is #cc99ff. Color #c18ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10001111 | 11111011 |
Octal | 301 | 217 | 373 |
Decimal | 193 | 143 | 251 |
Hex | C1 | 8F | FB |
Shades of #c18ffb
Tints of #c18ffb
RGB Percentages of Color #c18ffb
CMYK Percentages of Color #c18ffb
Complementary Color
#c18ffb | #c9fb8f |
#c18ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c18ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c18ffb Color CSS Codes
.mybgcolor {background-color:#c18ffb; } .myforecolor {color:#c18ffb; } .mybordercolor {border:3px solid #c18ffb; }
#c18ffb Text Font Color
<p style="color:#c18ffb">Text here</p>
This sample text font color is #c18ffb
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.
#c18ffb Background Color
<div style="background-color:#c18ffb">
Div content here</div>
This div background color is #c18ffb
#c18ffb Border Color
<div style="border:3px solid #c18ffb">
Div here</div>
This div border color is #c18ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,143,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c18ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c18ffb; -webkit-box-shadow: 1px 1px 3px 2px #c18ffb; box-shadow: 1px 1px 3px 2px #c18ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,143,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c18ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c18ffb; -webkit-box-shadow: 1px 1px 3px 2px #c18ffb; box-shadow: 1px 1px 3px 2px #c18ffb;">
Div content here</div>
This div box has shadow with color #c18ffb
Comments
No comments written yet.
Please login to write comment.