Color spaces of #c48abd
RGB | 196 | 138 | 189 |
---|---|---|---|
HSL | 0.85 | 0.33 | 0.65 |
HSV | 307° | 30° | 77° |
CMYK | 0.00 | 0.30 | 0.04 0.23 |
XYZ | 41.0387 | 33.5868 | 52.4640 |
Yxy | 33.5868 | 0.3229 | 0.2643 |
Hunter Lab | 57.9541 | 24.9804 | -13.1054 |
CIE-Lab | 64.6333 | 30.3529 | -17.7715 |
#c48abd color RGB value is (196,138,189).
#c48abd hex color red value is 196, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c48abd hue: 0.85 , saturation: 0.33 and the lightness value of c48abd is 0.65.
The process color (four color CMYK) of #c48abd color hex is 0.00, 0.30, 0.04, 0.23. Web safe color of #c48abd is #cc99cc. Color #c48abd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10001010 | 10111101 |
Octal | 304 | 212 | 275 |
Decimal | 196 | 138 | 189 |
Hex | C4 | 8A | BD |
Shades of #c48abd
Tints of #c48abd
RGB Percentages of Color #c48abd
CMYK Percentages of Color #c48abd
Complementary Color
#c48abd | #8ac491 |
#c48abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c48abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c48abd Color CSS Codes
.mybgcolor {background-color:#c48abd; } .myforecolor {color:#c48abd; } .mybordercolor {border:3px solid #c48abd; }
#c48abd Text Font Color
<p style="color:#c48abd">Text here</p>
This sample text font color is #c48abd
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.
#c48abd Background Color
<div style="background-color:#c48abd">
Div content here</div>
This div background color is #c48abd
#c48abd Border Color
<div style="border:3px solid #c48abd">
Div here</div>
This div border color is #c48abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,138,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c48abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c48abd; -webkit-box-shadow: 1px 1px 3px 2px #c48abd; box-shadow: 1px 1px 3px 2px #c48abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,138,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c48abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c48abd; -webkit-box-shadow: 1px 1px 3px 2px #c48abd; box-shadow: 1px 1px 3px 2px #c48abd;">
Div content here</div>
This div box has shadow with color #c48abd
Comments
No comments written yet.
Please login to write comment.