Color spaces of #c48ceb
RGB | 196 | 140 | 235 |
---|---|---|---|
HSL | 0.76 | 0.70 | 0.74 |
HSV | 275° | 40° | 92° |
CMYK | 0.17 | 0.40 | 0.00 0.08 |
XYZ | 47.1384 | 36.4901 | 83.1561 |
Yxy | 36.4901 | 0.2826 | 0.2188 |
Hunter Lab | 60.4070 | 33.5795 | -39.3335 |
CIE-Lab | 66.8927 | 38.4792 | -39.8949 |
#c48ceb color RGB value is (196,140,235).
#c48ceb hex color red value is 196, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c48ceb hue: 0.76 , saturation: 0.70 and the lightness value of c48ceb is 0.74.
The process color (four color CMYK) of #c48ceb color hex is 0.17, 0.40, 0.00, 0.08. Web safe color of #c48ceb is #cc99ff. Color #c48ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10001100 | 11101011 |
Octal | 304 | 214 | 353 |
Decimal | 196 | 140 | 235 |
Hex | C4 | 8C | EB |
Shades of #c48ceb
Tints of #c48ceb
RGB Percentages of Color #c48ceb
CMYK Percentages of Color #c48ceb
Complementary Color
#c48ceb | #b3eb8c |
#c48ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c48ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c48ceb Color CSS Codes
.mybgcolor {background-color:#c48ceb; } .myforecolor {color:#c48ceb; } .mybordercolor {border:3px solid #c48ceb; }
#c48ceb Text Font Color
<p style="color:#c48ceb">Text here</p>
This sample text font color is #c48ceb
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.
#c48ceb Background Color
<div style="background-color:#c48ceb">
Div content here</div>
This div background color is #c48ceb
#c48ceb Border Color
<div style="border:3px solid #c48ceb">
Div here</div>
This div border color is #c48ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,140,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c48ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c48ceb; -webkit-box-shadow: 1px 1px 3px 2px #c48ceb; box-shadow: 1px 1px 3px 2px #c48ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,140,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c48ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c48ceb; -webkit-box-shadow: 1px 1px 3px 2px #c48ceb; box-shadow: 1px 1px 3px 2px #c48ceb;">
Div content here</div>
This div box has shadow with color #c48ceb
Comments
No comments written yet.
Please login to write comment.