Color spaces of #b60cee
RGB | 182 | 12 | 238 |
---|---|---|---|
HSL | 0.79 | 0.90 | 0.49 |
HSV | 285° | 95° | 93° |
CMYK | 0.24 | 0.95 | 0.00 0.07 |
XYZ | 34.8555 | 16.3811 | 82.2137 |
Yxy | 16.3811 | 0.2612 | 0.1228 |
Hunter Lab | 40.4736 | 82.8940 | -92.1039 |
CIE-Lab | 47.4706 | 84.3084 | -72.6882 |
#b60cee color RGB value is (182,12,238).
#b60cee hex color red value is 182, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b60cee hue: 0.79 , saturation: 0.90 and the lightness value of b60cee is 0.49.
The process color (four color CMYK) of #b60cee color hex is 0.24, 0.95, 0.00, 0.07. Web safe color of #b60cee is #cc00ff. Color #b60cee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00001100 | 11101110 |
Octal | 266 | 14 | 356 |
Decimal | 182 | 12 | 238 |
Hex | B6 | C | EE |
Shades of #b60cee
Tints of #b60cee
RGB Percentages of Color #b60cee
CMYK Percentages of Color #b60cee
Complementary Color
#b60cee | #44ee0c |
#b60cee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b60cee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b60cee Color CSS Codes
.mybgcolor {background-color:#b60cee; } .myforecolor {color:#b60cee; } .mybordercolor {border:3px solid #b60cee; }
#b60cee Text Font Color
<p style="color:#b60cee">Text here</p>
This sample text font color is #b60cee
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.
#b60cee Background Color
<div style="background-color:#b60cee">
Div content here</div>
This div background color is #b60cee
#b60cee Border Color
<div style="border:3px solid #b60cee">
Div here</div>
This div border color is #b60cee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,12,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b60cee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b60cee; -webkit-box-shadow: 1px 1px 3px 2px #b60cee; box-shadow: 1px 1px 3px 2px #b60cee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,12,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b60cee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b60cee; -webkit-box-shadow: 1px 1px 3px 2px #b60cee; box-shadow: 1px 1px 3px 2px #b60cee;">
Div content here</div>
This div box has shadow with color #b60cee
Comments
No comments written yet.
Please login to write comment.