Color spaces of #ca80be
RGB | 202 | 128 | 190 |
---|---|---|---|
HSL | 0.86 | 0.41 | 0.65 |
HSV | 310° | 37° | 79° |
CMYK | 0.00 | 0.37 | 0.06 0.21 |
XYZ | 41.3706 | 31.7126 | 52.6559 |
Yxy | 31.7126 | 0.3290 | 0.2522 |
Hunter Lab | 56.3139 | 32.5842 | -16.0189 |
CIE-Lab | 63.1046 | 37.9578 | -20.5980 |
#ca80be color RGB value is (202,128,190).
#ca80be hex color red value is 202, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ca80be hue: 0.86 , saturation: 0.41 and the lightness value of ca80be is 0.65.
The process color (four color CMYK) of #ca80be color hex is 0.00, 0.37, 0.06, 0.21. Web safe color of #ca80be is #cc99cc. Color #ca80be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10000000 | 10111110 |
Octal | 312 | 200 | 276 |
Decimal | 202 | 128 | 190 |
Hex | CA | 80 | BE |
Shades of #ca80be
Tints of #ca80be
RGB Percentages of Color #ca80be
CMYK Percentages of Color #ca80be
Complementary Color
#ca80be | #80ca8c |
#ca80be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca80be Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca80be Color CSS Codes
.mybgcolor {background-color:#ca80be; } .myforecolor {color:#ca80be; } .mybordercolor {border:3px solid #ca80be; }
#ca80be Text Font Color
<p style="color:#ca80be">Text here</p>
This sample text font color is #ca80be
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.
#ca80be Background Color
<div style="background-color:#ca80be">
Div content here</div>
This div background color is #ca80be
#ca80be Border Color
<div style="border:3px solid #ca80be">
Div here</div>
This div border color is #ca80be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,128,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca80be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca80be; -webkit-box-shadow: 1px 1px 3px 2px #ca80be; box-shadow: 1px 1px 3px 2px #ca80be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,128,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca80be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca80be; -webkit-box-shadow: 1px 1px 3px 2px #ca80be; box-shadow: 1px 1px 3px 2px #ca80be;">
Div content here</div>
This div box has shadow with color #ca80be
Comments
No comments written yet.
Please login to write comment.