Color spaces of #c418bf
RGB | 196 | 24 | 191 |
---|---|---|---|
HSL | 0.84 | 0.78 | 0.43 |
HSV | 302° | 88° | 77° |
CMYK | 0.00 | 0.88 | 0.03 0.23 |
XYZ | 32.4956 | 16.1506 | 50.6949 |
Yxy | 16.1506 | 0.3271 | 0.1626 |
Hunter Lab | 40.1878 | 74.0053 | -46.6599 |
CIE-Lab | 47.1715 | 77.3312 | -46.0955 |
#c418bf color RGB value is (196,24,191).
#c418bf hex color red value is 196, green value is 24 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c418bf hue: 0.84 , saturation: 0.78 and the lightness value of c418bf is 0.43.
The process color (four color CMYK) of #c418bf color hex is 0.00, 0.88, 0.03, 0.23. Web safe color of #c418bf is #cc00cc. Color #c418bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00011000 | 10111111 |
Octal | 304 | 30 | 277 |
Decimal | 196 | 24 | 191 |
Hex | C4 | 18 | BF |
Shades of #c418bf
Tints of #c418bf
RGB Percentages of Color #c418bf
CMYK Percentages of Color #c418bf
Complementary Color
#c418bf | #18c41d |
#c418bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c418bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c418bf Color CSS Codes
.mybgcolor {background-color:#c418bf; } .myforecolor {color:#c418bf; } .mybordercolor {border:3px solid #c418bf; }
#c418bf Text Font Color
<p style="color:#c418bf">Text here</p>
This sample text font color is #c418bf
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.
#c418bf Background Color
<div style="background-color:#c418bf">
Div content here</div>
This div background color is #c418bf
#c418bf Border Color
<div style="border:3px solid #c418bf">
Div here</div>
This div border color is #c418bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,24,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c418bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c418bf; -webkit-box-shadow: 1px 1px 3px 2px #c418bf; box-shadow: 1px 1px 3px 2px #c418bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,24,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c418bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c418bf; -webkit-box-shadow: 1px 1px 3px 2px #c418bf; box-shadow: 1px 1px 3px 2px #c418bf;">
Div content here</div>
This div box has shadow with color #c418bf
Comments
No comments written yet.
Please login to write comment.