Color spaces of #c61eeb
RGB | 198 | 30 | 235 |
---|---|---|---|
HSL | 0.80 | 0.84 | 0.52 |
HSV | 289° | 87° | 92° |
CMYK | 0.16 | 0.87 | 0.00 0.08 |
XYZ | 38.7484 | 18.9325 | 80.2093 |
Yxy | 18.9325 | 0.2810 | 0.1373 |
Hunter Lab | 43.5115 | 82.8149 | -78.8374 |
CIE-Lab | 50.6081 | 83.6408 | -65.7863 |
#c61eeb color RGB value is (198,30,235).
#c61eeb hex color red value is 198, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c61eeb hue: 0.80 , saturation: 0.84 and the lightness value of c61eeb is 0.52.
The process color (four color CMYK) of #c61eeb color hex is 0.16, 0.87, 0.00, 0.08. Web safe color of #c61eeb is #cc33ff. Color #c61eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00011110 | 11101011 |
Octal | 306 | 36 | 353 |
Decimal | 198 | 30 | 235 |
Hex | C6 | 1E | EB |
Shades of #c61eeb
Tints of #c61eeb
RGB Percentages of Color #c61eeb
CMYK Percentages of Color #c61eeb
Complementary Color
#c61eeb | #43eb1e |
#c61eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c61eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c61eeb Color CSS Codes
.mybgcolor {background-color:#c61eeb; } .myforecolor {color:#c61eeb; } .mybordercolor {border:3px solid #c61eeb; }
#c61eeb Text Font Color
<p style="color:#c61eeb">Text here</p>
This sample text font color is #c61eeb
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.
#c61eeb Background Color
<div style="background-color:#c61eeb">
Div content here</div>
This div background color is #c61eeb
#c61eeb Border Color
<div style="border:3px solid #c61eeb">
Div here</div>
This div border color is #c61eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,30,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c61eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c61eeb; -webkit-box-shadow: 1px 1px 3px 2px #c61eeb; box-shadow: 1px 1px 3px 2px #c61eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,30,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 #c61eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c61eeb; -webkit-box-shadow: 1px 1px 3px 2px #c61eeb; box-shadow: 1px 1px 3px 2px #c61eeb;">
Div content here</div>
This div box has shadow with color #c61eeb
Comments
No comments written yet.
Please login to write comment.