Color spaces of #c633ba
RGB | 198 | 51 | 186 |
---|---|---|---|
HSL | 0.85 | 0.59 | 0.49 |
HSV | 305° | 74° | 78° |
CMYK | 0.00 | 0.74 | 0.06 0.22 |
XYZ | 33.3355 | 17.9186 | 48.1560 |
Yxy | 17.9186 | 0.3353 | 0.1802 |
Hunter Lab | 42.3304 | 66.4920 | -37.8184 |
CIE-Lab | 49.3972 | 70.7240 | -39.6257 |
#c633ba color RGB value is (198,51,186).
#c633ba hex color red value is 198, green value is 51 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c633ba hue: 0.85 , saturation: 0.59 and the lightness value of c633ba is 0.49.
The process color (four color CMYK) of #c633ba color hex is 0.00, 0.74, 0.06, 0.22. Web safe color of #c633ba is #cc33cc. Color #c633ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00110011 | 10111010 |
Octal | 306 | 63 | 272 |
Decimal | 198 | 51 | 186 |
Hex | C6 | 33 | BA |
Shades of #c633ba
Tints of #c633ba
RGB Percentages of Color #c633ba
CMYK Percentages of Color #c633ba
Complementary Color
#c633ba | #33c63f |
#c633ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c633ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c633ba Color CSS Codes
.mybgcolor {background-color:#c633ba; } .myforecolor {color:#c633ba; } .mybordercolor {border:3px solid #c633ba; }
#c633ba Text Font Color
<p style="color:#c633ba">Text here</p>
This sample text font color is #c633ba
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.
#c633ba Background Color
<div style="background-color:#c633ba">
Div content here</div>
This div background color is #c633ba
#c633ba Border Color
<div style="border:3px solid #c633ba">
Div here</div>
This div border color is #c633ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,51,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c633ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c633ba; -webkit-box-shadow: 1px 1px 3px 2px #c633ba; box-shadow: 1px 1px 3px 2px #c633ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,51,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 #c633ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c633ba; -webkit-box-shadow: 1px 1px 3px 2px #c633ba; box-shadow: 1px 1px 3px 2px #c633ba;">
Div content here</div>
This div box has shadow with color #c633ba
Comments
No comments written yet.
Please login to write comment.