Color spaces of #c61afb
RGB | 198 | 26 | 251 |
---|---|---|---|
HSL | 0.79 | 0.97 | 0.54 |
HSV | 286° | 90° | 98° |
CMYK | 0.21 | 0.90 | 0.00 0.02 |
XYZ | 41.0707 | 19.7096 | 92.9065 |
Yxy | 19.7096 | 0.2672 | 0.1282 |
Hunter Lab | 44.3955 | 87.4400 | -92.9994 |
CIE-Lab | 51.5073 | 87.0286 | -73.3044 |
#c61afb color RGB value is (198,26,251).
#c61afb hex color red value is 198, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c61afb hue: 0.79 , saturation: 0.97 and the lightness value of c61afb is 0.54.
The process color (four color CMYK) of #c61afb color hex is 0.21, 0.90, 0.00, 0.02. Web safe color of #c61afb is #cc33ff. Color #c61afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00011010 | 11111011 |
Octal | 306 | 32 | 373 |
Decimal | 198 | 26 | 251 |
Hex | C6 | 1A | FB |
Shades of #c61afb
Tints of #c61afb
RGB Percentages of Color #c61afb
CMYK Percentages of Color #c61afb
Complementary Color
#c61afb | #4ffb1a |
#c61afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c61afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c61afb Color CSS Codes
.mybgcolor {background-color:#c61afb; } .myforecolor {color:#c61afb; } .mybordercolor {border:3px solid #c61afb; }
#c61afb Text Font Color
<p style="color:#c61afb">Text here</p>
This sample text font color is #c61afb
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.
#c61afb Background Color
<div style="background-color:#c61afb">
Div content here</div>
This div background color is #c61afb
#c61afb Border Color
<div style="border:3px solid #c61afb">
Div here</div>
This div border color is #c61afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,26,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c61afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c61afb; -webkit-box-shadow: 1px 1px 3px 2px #c61afb; box-shadow: 1px 1px 3px 2px #c61afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,26,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c61afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c61afb; -webkit-box-shadow: 1px 1px 3px 2px #c61afb; box-shadow: 1px 1px 3px 2px #c61afb;">
Div content here</div>
This div box has shadow with color #c61afb
Comments
No comments written yet.
Please login to write comment.