Color spaces of #c94254
RGB | 201 | 66 | 84 |
---|---|---|---|
HSL | 0.98 | 0.56 | 0.52 |
HSV | 352° | 67° | 79° |
CMYK | 0.00 | 0.67 | 0.58 0.21 |
XYZ | 27.6358 | 16.9540 | 10.2034 |
Yxy | 16.9540 | 0.5044 | 0.3094 |
Hunter Lab | 41.1752 | 47.7481 | 14.1303 |
CIE-Lab | 48.2020 | 54.5110 | 19.8501 |
#c94254 color RGB value is (201,66,84).
#c94254 hex color red value is 201, green value is 66 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #c94254 hue: 0.98 , saturation: 0.56 and the lightness value of c94254 is 0.52.
The process color (four color CMYK) of #c94254 color hex is 0.00, 0.67, 0.58, 0.21. Web safe color of #c94254 is #cc3366. Color #c94254 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01000010 | 01010100 |
Octal | 311 | 102 | 124 |
Decimal | 201 | 66 | 84 |
Hex | C9 | 42 | 54 |
Shades of #c94254
Tints of #c94254
RGB Percentages of Color #c94254
CMYK Percentages of Color #c94254
Complementary Color
#c94254 | #42c9b7 |
#c94254 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c94254 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c94254 Color CSS Codes
.mybgcolor {background-color:#c94254; } .myforecolor {color:#c94254; } .mybordercolor {border:3px solid #c94254; }
#c94254 Text Font Color
<p style="color:#c94254">Text here</p>
This sample text font color is #c94254
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.
#c94254 Background Color
<div style="background-color:#c94254">
Div content here</div>
This div background color is #c94254
#c94254 Border Color
<div style="border:3px solid #c94254">
Div here</div>
This div border color is #c94254
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,66,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c94254; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c94254; -webkit-box-shadow: 1px 1px 3px 2px #c94254; box-shadow: 1px 1px 3px 2px #c94254; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,66,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c94254">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c94254; -webkit-box-shadow: 1px 1px 3px 2px #c94254; box-shadow: 1px 1px 3px 2px #c94254;">
Div content here</div>
This div box has shadow with color #c94254
Comments
No comments written yet.
Please login to write comment.