Color spaces of #c750ba
RGB | 199 | 80 | 186 |
---|---|---|---|
HSL | 0.85 | 0.52 | 0.55 |
HSV | 307° | 60° | 78° |
CMYK | 0.00 | 0.60 | 0.07 0.22 |
XYZ | 35.2848 | 21.4246 | 48.7300 |
Yxy | 21.4246 | 0.3346 | 0.2032 |
Hunter Lab | 46.2867 | 55.0705 | -30.0190 |
CIE-Lab | 53.4111 | 60.1660 | -33.3083 |
#c750ba color RGB value is (199,80,186).
#c750ba hex color red value is 199, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c750ba hue: 0.85 , saturation: 0.52 and the lightness value of c750ba is 0.55.
The process color (four color CMYK) of #c750ba color hex is 0.00, 0.60, 0.07, 0.22. Web safe color of #c750ba is #cc66cc. Color #c750ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01010000 | 10111010 |
Octal | 307 | 120 | 272 |
Decimal | 199 | 80 | 186 |
Hex | C7 | 50 | BA |
Shades of #c750ba
Tints of #c750ba
RGB Percentages of Color #c750ba
CMYK Percentages of Color #c750ba
Complementary Color
#c750ba | #50c75d |
#c750ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c750ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c750ba Color CSS Codes
.mybgcolor {background-color:#c750ba; } .myforecolor {color:#c750ba; } .mybordercolor {border:3px solid #c750ba; }
#c750ba Text Font Color
<p style="color:#c750ba">Text here</p>
This sample text font color is #c750ba
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.
#c750ba Background Color
<div style="background-color:#c750ba">
Div content here</div>
This div background color is #c750ba
#c750ba Border Color
<div style="border:3px solid #c750ba">
Div here</div>
This div border color is #c750ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,80,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c750ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c750ba; -webkit-box-shadow: 1px 1px 3px 2px #c750ba; box-shadow: 1px 1px 3px 2px #c750ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,80,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c750ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c750ba; -webkit-box-shadow: 1px 1px 3px 2px #c750ba; box-shadow: 1px 1px 3px 2px #c750ba;">
Div content here</div>
This div box has shadow with color #c750ba
Comments
No comments written yet.
Please login to write comment.