Color spaces of #c18afb
RGB | 193 | 138 | 251 |
---|---|---|---|
HSL | 0.75 | 0.93 | 0.76 |
HSV | 269° | 45° | 98° |
CMYK | 0.23 | 0.45 | 0.00 0.02 |
XYZ | 48.4934 | 36.4794 | 95.7521 |
Yxy | 36.4794 | 0.2683 | 0.2019 |
Hunter Lab | 60.3982 | 37.6200 | -51.7165 |
CIE-Lab | 66.8846 | 42.2706 | -48.7090 |
#c18afb color RGB value is (193,138,251).
#c18afb hex color red value is 193, green value is 138 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c18afb hue: 0.75 , saturation: 0.93 and the lightness value of c18afb is 0.76.
The process color (four color CMYK) of #c18afb color hex is 0.23, 0.45, 0.00, 0.02. Web safe color of #c18afb is #cc99ff. Color #c18afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10001010 | 11111011 |
Octal | 301 | 212 | 373 |
Decimal | 193 | 138 | 251 |
Hex | C1 | 8A | FB |
Shades of #c18afb
Tints of #c18afb
RGB Percentages of Color #c18afb
CMYK Percentages of Color #c18afb
Complementary Color
#c18afb | #c4fb8a |
#c18afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c18afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c18afb Color CSS Codes
.mybgcolor {background-color:#c18afb; } .myforecolor {color:#c18afb; } .mybordercolor {border:3px solid #c18afb; }
#c18afb Text Font Color
<p style="color:#c18afb">Text here</p>
This sample text font color is #c18afb
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.
#c18afb Background Color
<div style="background-color:#c18afb">
Div content here</div>
This div background color is #c18afb
#c18afb Border Color
<div style="border:3px solid #c18afb">
Div here</div>
This div border color is #c18afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,138,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c18afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c18afb; -webkit-box-shadow: 1px 1px 3px 2px #c18afb; box-shadow: 1px 1px 3px 2px #c18afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,138,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 #c18afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c18afb; -webkit-box-shadow: 1px 1px 3px 2px #c18afb; box-shadow: 1px 1px 3px 2px #c18afb;">
Div content here</div>
This div box has shadow with color #c18afb
Comments
No comments written yet.
Please login to write comment.