Color spaces of #c93273
RGB | 201 | 50 | 115 |
---|---|---|---|
HSL | 0.93 | 0.60 | 0.49 |
HSV | 334° | 75° | 79° |
CMYK | 0.00 | 0.75 | 0.43 0.21 |
XYZ | 28.3225 | 15.9365 | 17.8029 |
Yxy | 15.9365 | 0.4564 | 0.2568 |
Hunter Lab | 39.9205 | 56.7798 | 1.5035 |
CIE-Lab | 46.8911 | 62.8829 | -0.9309 |
#c93273 color RGB value is (201,50,115).
#c93273 hex color red value is 201, green value is 50 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c93273 hue: 0.93 , saturation: 0.60 and the lightness value of c93273 is 0.49.
The process color (four color CMYK) of #c93273 color hex is 0.00, 0.75, 0.43, 0.21. Web safe color of #c93273 is #cc3366. Color #c93273 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 00110010 | 01110011 |
Octal | 311 | 62 | 163 |
Decimal | 201 | 50 | 115 |
Hex | C9 | 32 | 73 |
Shades of #c93273
Tints of #c93273
RGB Percentages of Color #c93273
CMYK Percentages of Color #c93273
Complementary Color
#c93273 | #32c988 |
#c93273 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c93273 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c93273 Color CSS Codes
.mybgcolor {background-color:#c93273; } .myforecolor {color:#c93273; } .mybordercolor {border:3px solid #c93273; }
#c93273 Text Font Color
<p style="color:#c93273">Text here</p>
This sample text font color is #c93273
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.
#c93273 Background Color
<div style="background-color:#c93273">
Div content here</div>
This div background color is #c93273
#c93273 Border Color
<div style="border:3px solid #c93273">
Div here</div>
This div border color is #c93273
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,50,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c93273; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c93273; -webkit-box-shadow: 1px 1px 3px 2px #c93273; box-shadow: 1px 1px 3px 2px #c93273; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,50,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c93273">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c93273; -webkit-box-shadow: 1px 1px 3px 2px #c93273; box-shadow: 1px 1px 3px 2px #c93273;">
Div content here</div>
This div box has shadow with color #c93273
Comments
No comments written yet.
Please login to write comment.