Color spaces of #280ccc
RGB | 40 | 12 | 204 |
---|---|---|---|
HSL | 0.69 | 0.89 | 0.42 |
HSV | 249° | 94° | 80° |
CMYK | 0.80 | 0.94 | 0.00 0.20 |
XYZ | 11.9056 | 5.0737 | 57.4786 |
Yxy | 5.0737 | 0.1599 | 0.0681 |
Hunter Lab | 22.5249 | 54.9283 | -135.5278 |
CIE-Lab | 26.9437 | 65.0711 | -87.5978 |
#280ccc color RGB value is (40,12,204).
#280ccc hex color red value is 40, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #280ccc hue: 0.69 , saturation: 0.89 and the lightness value of 280ccc is 0.42.
The process color (four color CMYK) of #280ccc color hex is 0.80, 0.94, 0.00, 0.20. Web safe color of #280ccc is #3300cc. Color #280ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00001100 | 11001100 |
Octal | 50 | 14 | 314 |
Decimal | 40 | 12 | 204 |
Hex | 28 | C | CC |
Shades of #280ccc
Tints of #280ccc
RGB Percentages of Color #280ccc
CMYK Percentages of Color #280ccc
Complementary Color
#280ccc | #b0cc0c |
#280ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#280ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#280ccc Color CSS Codes
.mybgcolor {background-color:#280ccc; } .myforecolor {color:#280ccc; } .mybordercolor {border:3px solid #280ccc; }
#280ccc Text Font Color
<p style="color:#280ccc">Text here</p>
This sample text font color is #280ccc
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.
#280ccc Background Color
<div style="background-color:#280ccc">
Div content here</div>
This div background color is #280ccc
#280ccc Border Color
<div style="border:3px solid #280ccc">
Div here</div>
This div border color is #280ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,12,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #280ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #280ccc; -webkit-box-shadow: 1px 1px 3px 2px #280ccc; box-shadow: 1px 1px 3px 2px #280ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,12,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #280ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #280ccc; -webkit-box-shadow: 1px 1px 3px 2px #280ccc; box-shadow: 1px 1px 3px 2px #280ccc;">
Div content here</div>
This div box has shadow with color #280ccc
Comments
No comments written yet.
Please login to write comment.