Color spaces of #c21beb
RGB | 194 | 27 | 235 |
---|---|---|---|
HSL | 0.80 | 0.84 | 0.51 |
HSV | 288° | 89° | 92° |
CMYK | 0.17 | 0.89 | 0.00 0.08 |
XYZ | 37.6355 | 18.2514 | 80.1365 |
Yxy | 18.2514 | 0.2767 | 0.1342 |
Hunter Lab | 42.7217 | 82.4861 | -81.3099 |
CIE-Lab | 49.7996 | 83.5419 | -67.1256 |
#c21beb color RGB value is (194,27,235).
#c21beb hex color red value is 194, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c21beb hue: 0.80 , saturation: 0.84 and the lightness value of c21beb is 0.51.
The process color (four color CMYK) of #c21beb color hex is 0.17, 0.89, 0.00, 0.08. Web safe color of #c21beb is #cc33ff. Color #c21beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00011011 | 11101011 |
Octal | 302 | 33 | 353 |
Decimal | 194 | 27 | 235 |
Hex | C2 | 1B | EB |
Shades of #c21beb
Tints of #c21beb
RGB Percentages of Color #c21beb
CMYK Percentages of Color #c21beb
Complementary Color
#c21beb | #44eb1b |
#c21beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c21beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c21beb Color CSS Codes
.mybgcolor {background-color:#c21beb; } .myforecolor {color:#c21beb; } .mybordercolor {border:3px solid #c21beb; }
#c21beb Text Font Color
<p style="color:#c21beb">Text here</p>
This sample text font color is #c21beb
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.
#c21beb Background Color
<div style="background-color:#c21beb">
Div content here</div>
This div background color is #c21beb
#c21beb Border Color
<div style="border:3px solid #c21beb">
Div here</div>
This div border color is #c21beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,27,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c21beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c21beb; -webkit-box-shadow: 1px 1px 3px 2px #c21beb; box-shadow: 1px 1px 3px 2px #c21beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,27,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c21beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c21beb; -webkit-box-shadow: 1px 1px 3px 2px #c21beb; box-shadow: 1px 1px 3px 2px #c21beb;">
Div content here</div>
This div box has shadow with color #c21beb
Comments
No comments written yet.
Please login to write comment.