Color spaces of #c28280
RGB | 194 | 130 | 128 |
---|---|---|---|
HSL | 0.01 | 0.35 | 0.63 |
HSV | 2° | 34° | 76° |
CMYK | 0.00 | 0.33 | 0.34 0.24 |
XYZ | 34.1270 | 28.9931 | 24.2196 |
Yxy | 28.9931 | 0.3907 | 0.3320 |
Hunter Lab | 53.8452 | 18.9038 | 11.0230 |
CIE-Lab | 60.7755 | 24.4484 | 11.1912 |
#c28280 color RGB value is (194,130,128).
#c28280 hex color red value is 194, green value is 130 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c28280 hue: 0.01 , saturation: 0.35 and the lightness value of c28280 is 0.63.
The process color (four color CMYK) of #c28280 color hex is 0.00, 0.33, 0.34, 0.24. Web safe color of #c28280 is #cc9999. Color #c28280 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10000010 | 10000000 |
Octal | 302 | 202 | 200 |
Decimal | 194 | 130 | 128 |
Hex | C2 | 82 | 80 |
Shades of #c28280
Tints of #c28280
RGB Percentages of Color #c28280
CMYK Percentages of Color #c28280
Complementary Color
#c28280 | #80c0c2 |
#c28280 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c28280 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c28280 Color CSS Codes
.mybgcolor {background-color:#c28280; } .myforecolor {color:#c28280; } .mybordercolor {border:3px solid #c28280; }
#c28280 Text Font Color
<p style="color:#c28280">Text here</p>
This sample text font color is #c28280
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.
#c28280 Background Color
<div style="background-color:#c28280">
Div content here</div>
This div background color is #c28280
#c28280 Border Color
<div style="border:3px solid #c28280">
Div here</div>
This div border color is #c28280
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,130,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c28280; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c28280; -webkit-box-shadow: 1px 1px 3px 2px #c28280; box-shadow: 1px 1px 3px 2px #c28280; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,130,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c28280">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c28280; -webkit-box-shadow: 1px 1px 3px 2px #c28280; box-shadow: 1px 1px 3px 2px #c28280;">
Div content here</div>
This div box has shadow with color #c28280
Comments
No comments written yet.
Please login to write comment.