Color spaces of #c1458b
RGB | 193 | 69 | 139 |
---|---|---|---|
HSL | 0.91 | 0.50 | 0.51 |
HSV | 326° | 64° | 76° |
CMYK | 0.00 | 0.64 | 0.28 0.24 |
XYZ | 28.7806 | 17.4578 | 26.2789 |
Yxy | 17.4578 | 0.3969 | 0.2407 |
Hunter Lab | 41.7825 | 49.8348 | -8.0424 |
CIE-Lab | 48.8318 | 56.3088 | -12.7430 |
#c1458b color RGB value is (193,69,139).
#c1458b hex color red value is 193, green value is 69 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c1458b hue: 0.91 , saturation: 0.50 and the lightness value of c1458b is 0.51.
The process color (four color CMYK) of #c1458b color hex is 0.00, 0.64, 0.28, 0.24. Web safe color of #c1458b is #cc3399. Color #c1458b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01000101 | 10001011 |
Octal | 301 | 105 | 213 |
Decimal | 193 | 69 | 139 |
Hex | C1 | 45 | 8B |
Shades of #c1458b
Tints of #c1458b
RGB Percentages of Color #c1458b
CMYK Percentages of Color #c1458b
Complementary Color
#c1458b | #45c17b |
#c1458b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1458b Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1458b Color CSS Codes
.mybgcolor {background-color:#c1458b; } .myforecolor {color:#c1458b; } .mybordercolor {border:3px solid #c1458b; }
#c1458b Text Font Color
<p style="color:#c1458b">Text here</p>
This sample text font color is #c1458b
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.
#c1458b Background Color
<div style="background-color:#c1458b">
Div content here</div>
This div background color is #c1458b
#c1458b Border Color
<div style="border:3px solid #c1458b">
Div here</div>
This div border color is #c1458b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,69,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1458b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1458b; -webkit-box-shadow: 1px 1px 3px 2px #c1458b; box-shadow: 1px 1px 3px 2px #c1458b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,69,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1458b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1458b; -webkit-box-shadow: 1px 1px 3px 2px #c1458b; box-shadow: 1px 1px 3px 2px #c1458b;">
Div content here</div>
This div box has shadow with color #c1458b
Comments
No comments written yet.
Please login to write comment.