Color spaces of #c58eec
RGB | 197 | 142 | 236 |
---|---|---|---|
HSL | 0.76 | 0.71 | 0.74 |
HSV | 275° | 40° | 93° |
CMYK | 0.17 | 0.40 | 0.00 0.07 |
XYZ | 47.8393 | 37.2724 | 84.0298 |
Yxy | 37.2724 | 0.2828 | 0.2204 |
Hunter Lab | 61.0511 | 33.0321 | -38.8700 |
CIE-Lab | 67.4809 | 37.8959 | -39.5188 |
#c58eec color RGB value is (197,142,236).
#c58eec hex color red value is 197, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c58eec hue: 0.76 , saturation: 0.71 and the lightness value of c58eec is 0.74.
The process color (four color CMYK) of #c58eec color hex is 0.17, 0.40, 0.00, 0.07. Web safe color of #c58eec is #cc99ff. Color #c58eec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001110 | 11101100 |
Octal | 305 | 216 | 354 |
Decimal | 197 | 142 | 236 |
Hex | C5 | 8E | EC |
Shades of #c58eec
Tints of #c58eec
RGB Percentages of Color #c58eec
CMYK Percentages of Color #c58eec
Complementary Color
#c58eec | #b5ec8e |
#c58eec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c58eec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c58eec Color CSS Codes
.mybgcolor {background-color:#c58eec; } .myforecolor {color:#c58eec; } .mybordercolor {border:3px solid #c58eec; }
#c58eec Text Font Color
<p style="color:#c58eec">Text here</p>
This sample text font color is #c58eec
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.
#c58eec Background Color
<div style="background-color:#c58eec">
Div content here</div>
This div background color is #c58eec
#c58eec Border Color
<div style="border:3px solid #c58eec">
Div here</div>
This div border color is #c58eec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,142,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c58eec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c58eec; -webkit-box-shadow: 1px 1px 3px 2px #c58eec; box-shadow: 1px 1px 3px 2px #c58eec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,142,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c58eec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c58eec; -webkit-box-shadow: 1px 1px 3px 2px #c58eec; box-shadow: 1px 1px 3px 2px #c58eec;">
Div content here</div>
This div box has shadow with color #c58eec
Comments
No comments written yet.
Please login to write comment.