Color spaces of #c344ab
RGB | 195 | 68 | 171 |
---|---|---|---|
HSL | 0.86 | 0.51 | 0.52 |
HSV | 311° | 65° | 76° |
CMYK | 0.00 | 0.65 | 0.12 0.24 |
XYZ | 31.9235 | 18.6766 | 40.4505 |
Yxy | 18.6766 | 0.3506 | 0.2051 |
Hunter Lab | 43.2164 | 56.2272 | -25.2438 |
CIE-Lab | 50.3067 | 61.7534 | -29.4535 |
#c344ab color RGB value is (195,68,171).
#c344ab hex color red value is 195, green value is 68 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c344ab hue: 0.86 , saturation: 0.51 and the lightness value of c344ab is 0.52.
The process color (four color CMYK) of #c344ab color hex is 0.00, 0.65, 0.12, 0.24. Web safe color of #c344ab is #cc3399. Color #c344ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 01000100 | 10101011 |
Octal | 303 | 104 | 253 |
Decimal | 195 | 68 | 171 |
Hex | C3 | 44 | AB |
Shades of #c344ab
Tints of #c344ab
RGB Percentages of Color #c344ab
CMYK Percentages of Color #c344ab
Complementary Color
#c344ab | #44c35c |
#c344ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c344ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c344ab Color CSS Codes
.mybgcolor {background-color:#c344ab; } .myforecolor {color:#c344ab; } .mybordercolor {border:3px solid #c344ab; }
#c344ab Text Font Color
<p style="color:#c344ab">Text here</p>
This sample text font color is #c344ab
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.
#c344ab Background Color
<div style="background-color:#c344ab">
Div content here</div>
This div background color is #c344ab
#c344ab Border Color
<div style="border:3px solid #c344ab">
Div here</div>
This div border color is #c344ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,68,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c344ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c344ab; -webkit-box-shadow: 1px 1px 3px 2px #c344ab; box-shadow: 1px 1px 3px 2px #c344ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,68,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c344ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c344ab; -webkit-box-shadow: 1px 1px 3px 2px #c344ab; box-shadow: 1px 1px 3px 2px #c344ab;">
Div content here</div>
This div box has shadow with color #c344ab
Comments
No comments written yet.
Please login to write comment.