Color spaces of #cc82fa
RGB | 204 | 130 | 250 |
---|---|---|---|
HSL | 0.77 | 0.92 | 0.75 |
HSV | 277° | 48° | 98° |
CMYK | 0.18 | 0.48 | 0.00 0.02 |
XYZ | 50.1398 | 35.7048 | 94.6915 |
Yxy | 35.7048 | 0.2777 | 0.1978 |
Hunter Lab | 59.7535 | 45.2127 | -52.1296 |
CIE-Lab | 66.2938 | 49.2887 | -49.0176 |
#cc82fa color RGB value is (204,130,250).
#cc82fa hex color red value is 204, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cc82fa hue: 0.77 , saturation: 0.92 and the lightness value of cc82fa is 0.75.
The process color (four color CMYK) of #cc82fa color hex is 0.18, 0.48, 0.00, 0.02. Web safe color of #cc82fa is #cc99ff. Color #cc82fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10000010 | 11111010 |
Octal | 314 | 202 | 372 |
Decimal | 204 | 130 | 250 |
Hex | CC | 82 | FA |
Shades of #cc82fa
Tints of #cc82fa
RGB Percentages of Color #cc82fa
CMYK Percentages of Color #cc82fa
Complementary Color
#cc82fa | #b0fa82 |
#cc82fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc82fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc82fa Color CSS Codes
.mybgcolor {background-color:#cc82fa; } .myforecolor {color:#cc82fa; } .mybordercolor {border:3px solid #cc82fa; }
#cc82fa Text Font Color
<p style="color:#cc82fa">Text here</p>
This sample text font color is #cc82fa
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.
#cc82fa Background Color
<div style="background-color:#cc82fa">
Div content here</div>
This div background color is #cc82fa
#cc82fa Border Color
<div style="border:3px solid #cc82fa">
Div here</div>
This div border color is #cc82fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,130,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc82fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc82fa; -webkit-box-shadow: 1px 1px 3px 2px #cc82fa; box-shadow: 1px 1px 3px 2px #cc82fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,130,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc82fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc82fa; -webkit-box-shadow: 1px 1px 3px 2px #cc82fa; box-shadow: 1px 1px 3px 2px #cc82fa;">
Div content here</div>
This div box has shadow with color #cc82fa
Comments
No comments written yet.
Please login to write comment.