Color spaces of #b21cee
RGB | 178 | 28 | 238 |
---|---|---|---|
HSL | 0.79 | 0.86 | 0.52 |
HSV | 283° | 88° | 93° |
CMYK | 0.25 | 0.88 | 0.00 0.07 |
XYZ | 34.2080 | 16.4685 | 82.2647 |
Yxy | 16.4685 | 0.2573 | 0.1239 |
Hunter Lab | 40.5814 | 79.4487 | -91.7829 |
CIE-Lab | 47.5832 | 81.5927 | -72.5315 |
#b21cee color RGB value is (178,28,238).
#b21cee hex color red value is 178, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b21cee hue: 0.79 , saturation: 0.86 and the lightness value of b21cee is 0.52.
The process color (four color CMYK) of #b21cee color hex is 0.25, 0.88, 0.00, 0.07. Web safe color of #b21cee is #9933ff. Color #b21cee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00011100 | 11101110 |
Octal | 262 | 34 | 356 |
Decimal | 178 | 28 | 238 |
Hex | B2 | 1C | EE |
Shades of #b21cee
Tints of #b21cee
RGB Percentages of Color #b21cee
CMYK Percentages of Color #b21cee
Complementary Color
#b21cee | #58ee1c |
#b21cee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b21cee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b21cee Color CSS Codes
.mybgcolor {background-color:#b21cee; } .myforecolor {color:#b21cee; } .mybordercolor {border:3px solid #b21cee; }
#b21cee Text Font Color
<p style="color:#b21cee">Text here</p>
This sample text font color is #b21cee
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.
#b21cee Background Color
<div style="background-color:#b21cee">
Div content here</div>
This div background color is #b21cee
#b21cee Border Color
<div style="border:3px solid #b21cee">
Div here</div>
This div border color is #b21cee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,28,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b21cee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b21cee; -webkit-box-shadow: 1px 1px 3px 2px #b21cee; box-shadow: 1px 1px 3px 2px #b21cee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,28,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 #b21cee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b21cee; -webkit-box-shadow: 1px 1px 3px 2px #b21cee; box-shadow: 1px 1px 3px 2px #b21cee;">
Div content here</div>
This div box has shadow with color #b21cee
Comments
No comments written yet.
Please login to write comment.