Color spaces of #ca49ad
RGB | 202 | 73 | 173 |
---|---|---|---|
HSL | 0.87 | 0.55 | 0.54 |
HSV | 313° | 64° | 79° |
CMYK | 0.00 | 0.64 | 0.14 0.21 |
XYZ | 34.2825 | 20.3388 | 41.6541 |
Yxy | 20.3388 | 0.3561 | 0.2113 |
Hunter Lab | 45.0986 | 56.7676 | -23.1927 |
CIE-Lab | 52.2181 | 61.8728 | -27.5700 |
#ca49ad color RGB value is (202,73,173).
#ca49ad hex color red value is 202, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca49ad hue: 0.87 , saturation: 0.55 and the lightness value of ca49ad is 0.54.
The process color (four color CMYK) of #ca49ad color hex is 0.00, 0.64, 0.14, 0.21. Web safe color of #ca49ad is #cc3399. Color #ca49ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01001001 | 10101101 |
Octal | 312 | 111 | 255 |
Decimal | 202 | 73 | 173 |
Hex | CA | 49 | AD |
Shades of #ca49ad
Tints of #ca49ad
RGB Percentages of Color #ca49ad
CMYK Percentages of Color #ca49ad
Complementary Color
#ca49ad | #49ca66 |
#ca49ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca49ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca49ad Color CSS Codes
.mybgcolor {background-color:#ca49ad; } .myforecolor {color:#ca49ad; } .mybordercolor {border:3px solid #ca49ad; }
#ca49ad Text Font Color
<p style="color:#ca49ad">Text here</p>
This sample text font color is #ca49ad
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.
#ca49ad Background Color
<div style="background-color:#ca49ad">
Div content here</div>
This div background color is #ca49ad
#ca49ad Border Color
<div style="border:3px solid #ca49ad">
Div here</div>
This div border color is #ca49ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,73,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca49ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca49ad; -webkit-box-shadow: 1px 1px 3px 2px #ca49ad; box-shadow: 1px 1px 3px 2px #ca49ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,73,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca49ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca49ad; -webkit-box-shadow: 1px 1px 3px 2px #ca49ad; box-shadow: 1px 1px 3px 2px #ca49ad;">
Div content here</div>
This div box has shadow with color #ca49ad
Comments
No comments written yet.
Please login to write comment.