Color spaces of #c53abd
RGB | 197 | 58 | 189 |
---|---|---|---|
HSL | 0.84 | 0.55 | 0.50 |
HSV | 303° | 71° | 77° |
CMYK | 0.00 | 0.71 | 0.04 0.23 |
XYZ | 33.7243 | 18.5706 | 49.9511 |
Yxy | 18.5706 | 0.3298 | 0.1816 |
Hunter Lab | 43.0936 | 64.2771 | -38.5593 |
CIE-Lab | 50.1810 | 68.7112 | -40.1448 |
#c53abd color RGB value is (197,58,189).
#c53abd hex color red value is 197, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c53abd hue: 0.84 , saturation: 0.55 and the lightness value of c53abd is 0.50.
The process color (four color CMYK) of #c53abd color hex is 0.00, 0.71, 0.04, 0.23. Web safe color of #c53abd is #cc33cc. Color #c53abd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00111010 | 10111101 |
Octal | 305 | 72 | 275 |
Decimal | 197 | 58 | 189 |
Hex | C5 | 3A | BD |
Shades of #c53abd
Tints of #c53abd
RGB Percentages of Color #c53abd
CMYK Percentages of Color #c53abd
Complementary Color
#c53abd | #3ac542 |
#c53abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c53abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c53abd Color CSS Codes
.mybgcolor {background-color:#c53abd; } .myforecolor {color:#c53abd; } .mybordercolor {border:3px solid #c53abd; }
#c53abd Text Font Color
<p style="color:#c53abd">Text here</p>
This sample text font color is #c53abd
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.
#c53abd Background Color
<div style="background-color:#c53abd">
Div content here</div>
This div background color is #c53abd
#c53abd Border Color
<div style="border:3px solid #c53abd">
Div here</div>
This div border color is #c53abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,58,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c53abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c53abd; -webkit-box-shadow: 1px 1px 3px 2px #c53abd; box-shadow: 1px 1px 3px 2px #c53abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,58,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c53abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c53abd; -webkit-box-shadow: 1px 1px 3px 2px #c53abd; box-shadow: 1px 1px 3px 2px #c53abd;">
Div content here</div>
This div box has shadow with color #c53abd
Comments
No comments written yet.
Please login to write comment.