Color spaces of #c758da
RGB | 199 | 88 | 218 |
---|---|---|---|
HSL | 0.81 | 0.64 | 0.60 |
HSV | 291° | 60° | 85° |
CMYK | 0.09 | 0.60 | 0.00 0.15 |
XYZ | 39.6978 | 24.1835 | 68.9052 |
Yxy | 24.1835 | 0.2990 | 0.1821 |
Hunter Lab | 49.1767 | 58.0345 | -48.6520 |
CIE-Lab | 56.2711 | 62.2352 | -47.1041 |
#c758da color RGB value is (199,88,218).
#c758da hex color red value is 199, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c758da hue: 0.81 , saturation: 0.64 and the lightness value of c758da is 0.60.
The process color (four color CMYK) of #c758da color hex is 0.09, 0.60, 0.00, 0.15. Web safe color of #c758da is #cc66cc. Color #c758da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01011000 | 11011010 |
Octal | 307 | 130 | 332 |
Decimal | 199 | 88 | 218 |
Hex | C7 | 58 | DA |
Shades of #c758da
Tints of #c758da
RGB Percentages of Color #c758da
CMYK Percentages of Color #c758da
Complementary Color
#c758da | #6bda58 |
#c758da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c758da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c758da Color CSS Codes
.mybgcolor {background-color:#c758da; } .myforecolor {color:#c758da; } .mybordercolor {border:3px solid #c758da; }
#c758da Text Font Color
<p style="color:#c758da">Text here</p>
This sample text font color is #c758da
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.
#c758da Background Color
<div style="background-color:#c758da">
Div content here</div>
This div background color is #c758da
#c758da Border Color
<div style="border:3px solid #c758da">
Div here</div>
This div border color is #c758da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,88,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c758da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c758da; -webkit-box-shadow: 1px 1px 3px 2px #c758da; box-shadow: 1px 1px 3px 2px #c758da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,88,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c758da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c758da; -webkit-box-shadow: 1px 1px 3px 2px #c758da; box-shadow: 1px 1px 3px 2px #c758da;">
Div content here</div>
This div box has shadow with color #c758da
Comments
No comments written yet.
Please login to write comment.