Color spaces of #c48bed
RGB | 196 | 139 | 237 |
---|---|---|---|
HSL | 0.76 | 0.73 | 0.74 |
HSV | 275° | 41° | 93° |
CMYK | 0.17 | 0.41 | 0.00 0.07 |
XYZ | 47.2836 | 36.3154 | 84.6382 |
Yxy | 36.3154 | 0.2811 | 0.2159 |
Hunter Lab | 60.2623 | 34.5976 | -41.0891 |
CIE-Lab | 66.7602 | 39.4563 | -41.2031 |
#c48bed color RGB value is (196,139,237).
#c48bed hex color red value is 196, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c48bed hue: 0.76 , saturation: 0.73 and the lightness value of c48bed is 0.74.
The process color (four color CMYK) of #c48bed color hex is 0.17, 0.41, 0.00, 0.07. Web safe color of #c48bed is #cc99ff. Color #c48bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10001011 | 11101101 |
Octal | 304 | 213 | 355 |
Decimal | 196 | 139 | 237 |
Hex | C4 | 8B | ED |
Shades of #c48bed
Tints of #c48bed
RGB Percentages of Color #c48bed
CMYK Percentages of Color #c48bed
Complementary Color
#c48bed | #b4ed8b |
#c48bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c48bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c48bed Color CSS Codes
.mybgcolor {background-color:#c48bed; } .myforecolor {color:#c48bed; } .mybordercolor {border:3px solid #c48bed; }
#c48bed Text Font Color
<p style="color:#c48bed">Text here</p>
This sample text font color is #c48bed
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.
#c48bed Background Color
<div style="background-color:#c48bed">
Div content here</div>
This div background color is #c48bed
#c48bed Border Color
<div style="border:3px solid #c48bed">
Div here</div>
This div border color is #c48bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,139,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c48bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c48bed; -webkit-box-shadow: 1px 1px 3px 2px #c48bed; box-shadow: 1px 1px 3px 2px #c48bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,139,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c48bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c48bed; -webkit-box-shadow: 1px 1px 3px 2px #c48bed; box-shadow: 1px 1px 3px 2px #c48bed;">
Div content here</div>
This div box has shadow with color #c48bed
Comments
No comments written yet.
Please login to write comment.