Color spaces of #c3a5eb
RGB | 195 | 165 | 235 |
---|---|---|---|
HSL | 0.74 | 0.64 | 0.78 |
HSV | 266° | 30° | 92° |
CMYK | 0.17 | 0.30 | 0.00 0.08 |
XYZ | 50.9562 | 44.5105 | 84.5030 |
Yxy | 44.5105 | 0.2831 | 0.2473 |
Hunter Lab | 66.7162 | 19.5806 | -28.3956 |
CIE-Lab | 72.5684 | 24.4237 | -31.0910 |
#c3a5eb color RGB value is (195,165,235).
#c3a5eb hex color red value is 195, green value is 165 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c3a5eb hue: 0.74 , saturation: 0.64 and the lightness value of c3a5eb is 0.78.
The process color (four color CMYK) of #c3a5eb color hex is 0.17, 0.30, 0.00, 0.08. Web safe color of #c3a5eb is #cc99ff. Color #c3a5eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10100101 | 11101011 |
Octal | 303 | 245 | 353 |
Decimal | 195 | 165 | 235 |
Hex | C3 | A5 | EB |
Shades of #c3a5eb
Tints of #c3a5eb
RGB Percentages of Color #c3a5eb
CMYK Percentages of Color #c3a5eb
Complementary Color
#c3a5eb | #cdeba5 |
#c3a5eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3a5eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3a5eb Color CSS Codes
.mybgcolor {background-color:#c3a5eb; } .myforecolor {color:#c3a5eb; } .mybordercolor {border:3px solid #c3a5eb; }
#c3a5eb Text Font Color
<p style="color:#c3a5eb">Text here</p>
This sample text font color is #c3a5eb
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.
#c3a5eb Background Color
<div style="background-color:#c3a5eb">
Div content here</div>
This div background color is #c3a5eb
#c3a5eb Border Color
<div style="border:3px solid #c3a5eb">
Div here</div>
This div border color is #c3a5eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,165,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3a5eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3a5eb; -webkit-box-shadow: 1px 1px 3px 2px #c3a5eb; box-shadow: 1px 1px 3px 2px #c3a5eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,165,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 #c3a5eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3a5eb; -webkit-box-shadow: 1px 1px 3px 2px #c3a5eb; box-shadow: 1px 1px 3px 2px #c3a5eb;">
Div content here</div>
This div box has shadow with color #c3a5eb
Comments
No comments written yet.
Please login to write comment.