Color spaces of #c243bf
RGB | 194 | 67 | 191 |
---|---|---|---|
HSL | 0.84 | 0.51 | 0.51 |
HSV | 301° | 65° | 76° |
CMYK | 0.00 | 0.65 | 0.02 0.24 |
XYZ | 33.6593 | 19.2452 | 51.2309 |
Yxy | 19.2452 | 0.3232 | 0.1848 |
Hunter Lab | 43.8694 | 60.1850 | -38.5307 |
CIE-Lab | 50.9729 | 65.0705 | -40.0858 |
#c243bf color RGB value is (194,67,191).
#c243bf hex color red value is 194, green value is 67 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c243bf hue: 0.84 , saturation: 0.51 and the lightness value of c243bf is 0.51.
The process color (four color CMYK) of #c243bf color hex is 0.00, 0.65, 0.02, 0.24. Web safe color of #c243bf is #cc33cc. Color #c243bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01000011 | 10111111 |
Octal | 302 | 103 | 277 |
Decimal | 194 | 67 | 191 |
Hex | C2 | 43 | BF |
Shades of #c243bf
Tints of #c243bf
RGB Percentages of Color #c243bf
CMYK Percentages of Color #c243bf
Complementary Color
#c243bf | #43c246 |
#c243bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c243bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c243bf Color CSS Codes
.mybgcolor {background-color:#c243bf; } .myforecolor {color:#c243bf; } .mybordercolor {border:3px solid #c243bf; }
#c243bf Text Font Color
<p style="color:#c243bf">Text here</p>
This sample text font color is #c243bf
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.
#c243bf Background Color
<div style="background-color:#c243bf">
Div content here</div>
This div background color is #c243bf
#c243bf Border Color
<div style="border:3px solid #c243bf">
Div here</div>
This div border color is #c243bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,67,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c243bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c243bf; -webkit-box-shadow: 1px 1px 3px 2px #c243bf; box-shadow: 1px 1px 3px 2px #c243bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,67,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 #c243bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c243bf; -webkit-box-shadow: 1px 1px 3px 2px #c243bf; box-shadow: 1px 1px 3px 2px #c243bf;">
Div content here</div>
This div box has shadow with color #c243bf
Comments
No comments written yet.
Please login to write comment.