Color spaces of #c48aff
RGB | 196 | 138 | 255 |
---|---|---|---|
HSL | 0.75 | 1.00 | 0.77 |
HSV | 270° | 46° | 100° |
CMYK | 0.23 | 0.46 | 0.00 0.00 |
XYZ | 49.9034 | 37.1327 | 99.1449 |
Yxy | 37.1327 | 0.2680 | 0.1994 |
Hunter Lab | 60.9366 | 39.5417 | -53.8102 |
CIE-Lab | 67.3765 | 43.9859 | -50.0979 |
#c48aff color RGB value is (196,138,255).
#c48aff hex color red value is 196, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c48aff hue: 0.75 , saturation: 1.00 and the lightness value of c48aff is 0.77.
The process color (four color CMYK) of #c48aff color hex is 0.23, 0.46, 0.00, 0.00. Web safe color of #c48aff is #cc99ff. Color #c48aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10001010 | 11111111 |
Octal | 304 | 212 | 377 |
Decimal | 196 | 138 | 255 |
Hex | C4 | 8A | FF |
Shades of #c48aff
Tints of #c48aff
RGB Percentages of Color #c48aff
CMYK Percentages of Color #c48aff
Complementary Color
#c48aff | #c5ff8a |
#c48aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c48aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c48aff Color CSS Codes
.mybgcolor {background-color:#c48aff; } .myforecolor {color:#c48aff; } .mybordercolor {border:3px solid #c48aff; }
#c48aff Text Font Color
<p style="color:#c48aff">Text here</p>
This sample text font color is #c48aff
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.
#c48aff Background Color
<div style="background-color:#c48aff">
Div content here</div>
This div background color is #c48aff
#c48aff Border Color
<div style="border:3px solid #c48aff">
Div here</div>
This div border color is #c48aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,138,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c48aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c48aff; -webkit-box-shadow: 1px 1px 3px 2px #c48aff; box-shadow: 1px 1px 3px 2px #c48aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,138,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 #c48aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c48aff; -webkit-box-shadow: 1px 1px 3px 2px #c48aff; box-shadow: 1px 1px 3px 2px #c48aff;">
Div content here</div>
This div box has shadow with color #c48aff
#c48aff Color Palettes
Comments
No comments written yet.
Please login to write comment.