Color spaces of #c134eb
RGB | 193 | 52 | 235 |
---|---|---|---|
HSL | 0.80 | 0.82 | 0.56 |
HSV | 286° | 78° | 92° |
CMYK | 0.18 | 0.78 | 0.00 0.08 |
XYZ | 38.2157 | 19.7916 | 80.4032 |
Yxy | 19.7916 | 0.2761 | 0.1430 |
Hunter Lab | 44.4878 | 75.4808 | -76.0140 |
CIE-Lab | 51.6008 | 77.6554 | -64.2203 |
#c134eb color RGB value is (193,52,235).
#c134eb hex color red value is 193, green value is 52 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c134eb hue: 0.80 , saturation: 0.82 and the lightness value of c134eb is 0.56.
The process color (four color CMYK) of #c134eb color hex is 0.18, 0.78, 0.00, 0.08. Web safe color of #c134eb is #cc33ff. Color #c134eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 00110100 | 11101011 |
Octal | 301 | 64 | 353 |
Decimal | 193 | 52 | 235 |
Hex | C1 | 34 | EB |
Shades of #c134eb
Tints of #c134eb
RGB Percentages of Color #c134eb
CMYK Percentages of Color #c134eb
Complementary Color
#c134eb | #5eeb34 |
#c134eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c134eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c134eb Color CSS Codes
.mybgcolor {background-color:#c134eb; } .myforecolor {color:#c134eb; } .mybordercolor {border:3px solid #c134eb; }
#c134eb Text Font Color
<p style="color:#c134eb">Text here</p>
This sample text font color is #c134eb
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.
#c134eb Background Color
<div style="background-color:#c134eb">
Div content here</div>
This div background color is #c134eb
#c134eb Border Color
<div style="border:3px solid #c134eb">
Div here</div>
This div border color is #c134eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,52,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c134eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c134eb; -webkit-box-shadow: 1px 1px 3px 2px #c134eb; box-shadow: 1px 1px 3px 2px #c134eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,52,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 #c134eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c134eb; -webkit-box-shadow: 1px 1px 3px 2px #c134eb; box-shadow: 1px 1px 3px 2px #c134eb;">
Div content here</div>
This div box has shadow with color #c134eb
Comments
No comments written yet.
Please login to write comment.