Color spaces of #ad3ccb
RGB | 173 | 60 | 203 |
---|---|---|---|
HSL | 0.80 | 0.58 | 0.52 |
HSV | 287° | 70° | 80° |
CMYK | 0.15 | 0.70 | 0.00 0.20 |
XYZ | 29.6289 | 16.4278 | 58.1092 |
Yxy | 16.4278 | 0.2844 | 0.1577 |
Hunter Lab | 40.5312 | 59.5564 | -56.6316 |
CIE-Lab | 47.5308 | 65.1832 | -52.6918 |
#ad3ccb color RGB value is (173,60,203).
#ad3ccb hex color red value is 173, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ad3ccb hue: 0.80 , saturation: 0.58 and the lightness value of ad3ccb is 0.52.
The process color (four color CMYK) of #ad3ccb color hex is 0.15, 0.70, 0.00, 0.20. Web safe color of #ad3ccb is #9933cc. Color #ad3ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00111100 | 11001011 |
Octal | 255 | 74 | 313 |
Decimal | 173 | 60 | 203 |
Hex | AD | 3C | CB |
Shades of #ad3ccb
Tints of #ad3ccb
RGB Percentages of Color #ad3ccb
CMYK Percentages of Color #ad3ccb
Complementary Color
#ad3ccb | #5acb3c |
#ad3ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad3ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad3ccb Color CSS Codes
.mybgcolor {background-color:#ad3ccb; } .myforecolor {color:#ad3ccb; } .mybordercolor {border:3px solid #ad3ccb; }
#ad3ccb Text Font Color
<p style="color:#ad3ccb">Text here</p>
This sample text font color is #ad3ccb
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.
#ad3ccb Background Color
<div style="background-color:#ad3ccb">
Div content here</div>
This div background color is #ad3ccb
#ad3ccb Border Color
<div style="border:3px solid #ad3ccb">
Div here</div>
This div border color is #ad3ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,60,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad3ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad3ccb; -webkit-box-shadow: 1px 1px 3px 2px #ad3ccb; box-shadow: 1px 1px 3px 2px #ad3ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,60,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad3ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad3ccb; -webkit-box-shadow: 1px 1px 3px 2px #ad3ccb; box-shadow: 1px 1px 3px 2px #ad3ccb;">
Div content here</div>
This div box has shadow with color #ad3ccb
Comments
No comments written yet.
Please login to write comment.